summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-14 23:29:16 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-01-14 23:29:16 +0100
commit31940f930953ef16d828e359155df3950668bcde (patch)
tree71981fe7446b8a1a2f85efb8ba0a28483186d887 /actions
parent532a174fc0cbc1e2cecce8a5d732e21ef41c312e (diff)
Fix i18n issue: please number variables when using more than one to allow word order changes without unexpected results.
Diffstat (limited to 'actions')
-rw-r--r--actions/apioauthauthorize.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php
index fa074c4e7..19128bdce 100644
--- a/actions/apioauthauthorize.php
+++ b/actions/apioauthauthorize.php
@@ -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,