diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:34:52 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:34:52 +0100 |
commit | 6483fbd8fa4c7bc8da83a9a2e334db9d9a19a77b (patch) | |
tree | 47eb1476367d5bdb0b48e69384d00b67f15ddca5 | |
parent | 99a3c3abd2eaa8a049d80766903d724af915e2f9 (diff) |
More precise field label
-rw-r--r-- | actions/smssettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/smssettings.php b/actions/smssettings.php index 672abcef8..9fa7f62fb 100644 --- a/actions/smssettings.php +++ b/actions/smssettings.php @@ -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) { |