]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Nov 2009 22:36:53 +0000 (23:36 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 8 Nov 2009 22:36:53 +0000 (23:36 +0100)
actions/smssettings.php

index 9fa7f62fb2eaf2039436607be3444010536a0d12..672abcef8c15587e0eda8e089578e4bbea496c0a 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, _('SMS address'));
+        $this->element('legend', null, _('Address'));
         $this->hidden('token', common_session_token());
 
         if ($user->sms) {