summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 22:34:52 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 22:34:52 +0100
commit6483fbd8fa4c7bc8da83a9a2e334db9d9a19a77b (patch)
tree47eb1476367d5bdb0b48e69384d00b67f15ddca5 /actions
parent99a3c3abd2eaa8a049d80766903d724af915e2f9 (diff)
More precise field label
Diffstat (limited to 'actions')
-rw-r--r--actions/smssettings.php2
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) {