summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-13 20:43:23 +0000
committerZach Copley <zach@status.net>2010-01-14 02:41:10 +0000
commit3aa0d8bea7395b4c67521af4bad5c8936ea194fa (patch)
tree7e6a12311619d0848ae61f08bd19356225aae312
parent18533f5b15c119e614cb987c17cd6343b8887498 (diff)
Changed legend text from Login to Account because it is not really
logging iny
-rw-r--r--actions/apioauthauthorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php
index 72d142651..fa074c4e7 100644
--- a/actions/apioauthauthorize.php
+++ b/actions/apioauthauthorize.php
@@ -317,7 +317,7 @@ class ApiOauthAuthorizeAction extends ApiOauthAction
if (!common_logged_in()) {
$this->elementStart('fieldset');
- $this->element('legend', null, _('Login'));
+ $this->element('legend', null, _('Account'));
$this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->input('nickname', _('Nickname'));