forked from GNUsocial/gnu-social
* translator documentation added.
* superfluous whitespace removed.
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user