Merge pull request #2207 from tobiasd/20151227-typo
typos in OStatus (re)subscribing
This commit is contained in:
commit
fe141e4441
|
@ -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();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
822
util/messages.po
822
util/messages.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user