]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix i18n issue: please number variables when using more than one to allow word order...
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:29:16 +0000 (23:29 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:29:16 +0000 (23:29 +0100)
actions/apioauthauthorize.php

index fa074c4e76e15cbbdbfdc335d9856e45b8e25030..19128bdcefe5798580c0b1b5cfdb75bb432c08e9 100644 (file)
@@ -303,8 +303,8 @@ class ApiOauthAuthorizeAction extends ApiOauthAction
         $access = ($this->app->access_type & Oauth_application::$writeAccess) ?
           'access and update' : 'access';
 
-        $msg = _("The application <strong>%s</strong> by <strong>%s</strong> would like " .
-                 "the ability to <strong>%s</strong> your account data.");
+        $msg = _("The application <strong>%1$s</strong> by <strong>%2$s</strong> would like " .
+                 "the ability to <strong>%3$s</strong> your account data.");
 
         $this->raw(sprintf($msg,
                            $this->app->name,