]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
More precise field label
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Nov 2009 21:34:52 +0000 (22:34 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Nov 2009 21:34:52 +0000 (22:34 +0100)
actions/smssettings.php

index 672abcef8c15587e0eda8e089578e4bbea496c0a..9fa7f62fb2eaf2039436607be3444010536a0d12 100644 (file)
@@ -101,7 +101,7 @@ class SmssettingsAction extends ConnectSettingsAction
                                           common_local_url('smssettings')));
 
         $this->elementStart('fieldset', array('id' => 'settings_sms_address'));
-        $this->element('legend', null, _('Address'));
+        $this->element('legend', null, _('SMS address'));
         $this->hidden('token', common_session_token());
 
         if ($user->sms) {