From 6483fbd8fa4c7bc8da83a9a2e334db9d9a19a77b Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 8 Nov 2009 22:34:52 +0100 Subject: More precise field label --- actions/smssettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3-54-g00ecf