summaryrefslogtreecommitdiff
path: root/actions/apioauthauthorize.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-27 19:49:26 -0800
committerBrion Vibber <brion@pobox.com>2010-01-27 19:49:26 -0800
commit84e7c7783c3a781b6dc12335371c984eca8e43d8 (patch)
tree9f4792114661d798d2f19cfc89eed554bbc01c04 /actions/apioauthauthorize.php
parentb1402896e7dac59ab1eecae4babf83a06d2f256d (diff)
parenta85a3ddc725a99ea182e86ec65f6be574752b18f (diff)
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'actions/apioauthauthorize.php')
-rw-r--r--actions/apioauthauthorize.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php
index fa074c4e7..15c3a9dad 100644
--- a/actions/apioauthauthorize.php
+++ b/actions/apioauthauthorize.php
@@ -303,8 +303,9 @@ 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,