summaryrefslogtreecommitdiff
path: root/actions/apioauthauthorize.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-23 19:20:51 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-23 19:20:51 +0200
commit0b6cc7c33d5239bbc9f01c00d3fb8c00a3d6e4c7 (patch)
tree92900692eb6c6e389e70b89052db2de21ef7bde5 /actions/apioauthauthorize.php
parenteb30c6651a0f726e44e4b8c318f5c1274969202d (diff)
* translator documentation added.
* superfluous whitespace removed.
Diffstat (limited to 'actions/apioauthauthorize.php')
-rw-r--r--actions/apioauthauthorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php
index b83582702..f2f1071d9 100644
--- a/actions/apioauthauthorize.php
+++ b/actions/apioauthauthorize.php
@@ -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
);