summaryrefslogtreecommitdiff
path: root/actions/apioauthauthorize.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-11-08 13:09:25 -0500
committerEvan Prodromou <evan@status.net>2010-11-08 13:09:25 -0500
commit90037696093742abdc4e92171eb5188e8ad64ec0 (patch)
tree78dfbf6951cd183d40fd9e161f78603e5f677dfe /actions/apioauthauthorize.php
parent35931e3a0e3b78f222e8aa6eb02e71ca7a3b8410 (diff)
parent719b480eaaa3459497c008839606a96cc8f368e1 (diff)
Merge branch '0.9.x' into emailsummary
Diffstat (limited to 'actions/apioauthauthorize.php')
-rw-r--r--actions/apioauthauthorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php
index b2c0de719..d76ae060f 100644
--- a/actions/apioauthauthorize.php
+++ b/actions/apioauthauthorize.php
@@ -421,7 +421,7 @@ class ApiOauthAuthorizeAction extends Action
if ($this->app->name == 'anonymous') {
// Special message for the anonymous app and consumer.
// TRANS: User notification of external application requesting account access.
- // TRANS: %3$s is the access type requested, %4$s is the StatusNet sitename.
+ // TRANS: %3$s is the access type requested (read-write or read-only), %4$s is the StatusNet sitename.
$msg = _('An application would like the ability ' .
'to <strong>%3$s</strong> your %4$s account data. ' .
'You should only give access to your %4$s account ' .