diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-07 22:32:52 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-11-07 22:32:52 +0100 |
commit | f5b037c169b9564e66270951020df4d96a1711b8 (patch) | |
tree | 70f9d61b230868ac19b426493834d5d8f9a5bc92 /actions | |
parent | 66e34a28f734f4356e850ec9856431c37d307b7b (diff) |
Update translator documentation.
Diffstat (limited to 'actions')
-rw-r--r-- | actions/apioauthauthorize.php | 2 |
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 ' . |