]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed legend text from Login to Account because it is not really
authorSarven Capadisli <csarven@status.net>
Wed, 13 Jan 2010 20:43:23 +0000 (20:43 +0000)
committerZach Copley <zach@status.net>
Thu, 14 Jan 2010 02:41:10 +0000 (02:41 +0000)
logging iny

actions/apioauthauthorize.php

index 72d1426511400485e42f97170d84cf28dd18ae20..fa074c4e76e15cbbdbfdc335d9856e45b8e25030 100644 (file)
@@ -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'));