Merge pull request #2207 from tobiasd/20151227-typo

typos in OStatus (re)subscribing
This commit is contained in:
Michael Vogel 2015-12-27 09:43:24 +01:00
commit fe141e4441
3 changed files with 418 additions and 408 deletions

View File

@ -11,7 +11,7 @@ function ostatus_subscribe_content(&$a) {
// NOTREACHED
}
$o = "<h2>".t("Subsribing to OStatus contacts")."</h2>";
$o = "<h2>".t("Subscribing to OStatus contacts")."</h2>";
$uid = local_user();

View File

@ -11,7 +11,7 @@ function repair_ostatus_content(&$a) {
// NOTREACHED
}
$o = "<h2>".t("Resubsribing to OStatus contacts")."</h2>";
$o = "<h2>".t("Resubscribing to OStatus contacts")."</h2>";
$uid = local_user();

File diff suppressed because it is too large Load Diff