diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-13 20:43:23 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-24 16:36:05 -0800 |
commit | dbcbc2fe7ff0368910a49ed5675b0edc1e2bf18d (patch) | |
tree | 41c34920977ea2fedca5d5831282c5665bc29d27 /actions/apioauthauthorize.php | |
parent | 6d58ef4abb12d735b6be777ea79f99a07c68694a (diff) |
Changed legend text from Login to Account because it is not really
logging iny
Diffstat (limited to 'actions/apioauthauthorize.php')
-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 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')); |