L10n and whitespace updates.

This commit is contained in:
Siebrand Mazeland
2011-04-06 15:08:39 +02:00
parent e25cb9b570
commit cc78aca0d2
4 changed files with 7 additions and 7 deletions

View File

@@ -235,7 +235,7 @@ class AnonymousFavePlugin extends Plugin
if (!$id) {
// TRANS: Server exception.
throw new ServerException(_m("Couldn't create anonymous user session."));
throw new ServerException(_m("Could not create anonymous user session."));
}
// Stick the Profile ID into the nickname
@@ -246,7 +246,7 @@ class AnonymousFavePlugin extends Plugin
if (!$result) {
// TRANS: Server exception.
throw new ServerException(_m("Couldn't create anonymous user session."));
throw new ServerException(_m("Could not create anonymous user session."));
}
common_log(