diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:36:53 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:36:53 +0100 |
commit | 2b16baa76a31ffb4d3abb55bd84b2e6646f32104 (patch) | |
tree | 2379ae0d092e1f548f59983bfefac559cb009b30 | |
parent | b10f362ede8c39746c168363bf4fa6481995592b (diff) | |
parent | 2917fad20966b3d8159b5ff27ce6216801fb7d80 (diff) |
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
-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 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) { |