From 0b6cc7c33d5239bbc9f01c00d3fb8c00a3d6e4c7 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 23 Oct 2010 19:20:51 +0200 Subject: * translator documentation added. * superfluous whitespace removed. --- actions/apioauthauthorize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/apioauthauthorize.php') 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 ); -- cgit v1.2.3-54-g00ecf