* translator documentation added.

* superfluous whitespace removed.
This commit is contained in:
Siebrand Mazeland
2010-10-23 19:20:51 +02:00
parent eb30c6651a
commit 0b6cc7c33d
3 changed files with 6 additions and 3 deletions

View File

@@ -579,7 +579,7 @@ class ApiOauthAuthorizeAction extends Action
$title = sprintf(
// TRANS: Header of user notification after authorising an application access to a profile.
// TRANS: %s is the authorised application name.
_("You have successfully authorized %s."),
_('You have successfully authorized %s.'),
$this->app->name
);