diff options
author | Evan Prodromou <evan@status.net> | 2010-01-16 06:57:01 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-16 06:57:01 -0800 |
commit | 42550321ffd40328efa8b3bd8ec627ae219cf005 (patch) | |
tree | 7556abe8a8d6416b34541e01d098f21959e34b4c /actions/apioauthauthorize.php | |
parent | 23a8645a394e2e27997638d03801aab380b84420 (diff) | |
parent | 1ef8efe4c5624e7df38ce66187719038594cd828 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/apioauthauthorize.php')
-rw-r--r-- | actions/apioauthauthorize.php | 4 |
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, |