summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-08 23:35:12 +0100
committerBrion Vibber <brion@pobox.com>2009-11-08 23:35:12 +0100
commit2917fad20966b3d8159b5ff27ce6216801fb7d80 (patch)
treefd7b7af74c76f277bcbf5079c0260cefe83f7401
parentfc5002015b2a9e16a3c6b9992d55b45c73a8d2fb (diff)
Revert "More precise field label"
This reverts commit 6483fbd8fa4c7bc8da83a9a2e334db9d9a19a77b. "SMS address" header here makes no sense; it would be inconsistent with the other tabs and headings on the same and related pages, and would look very awkward with another giant "SMS" right above it
-rw-r--r--actions/smssettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/smssettings.php b/actions/smssettings.php
index 9fa7f62fb..672abcef8 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, _('SMS address'));
+ $this->element('legend', null, _('Address'));
$this->hidden('token', common_session_token());
if ($user->sms) {