]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/smssettings.php
show forwards in the inbox
[quix0rs-gnu-social.git] / actions / smssettings.php
index 4debe196734ecab3ffc2ca729e987fdc7c1a47e4..672abcef8c15587e0eda8e089578e4bbea496c0a 100644 (file)
@@ -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) {
@@ -525,7 +525,7 @@ class SmssettingsAction extends ConnectSettingsAction
 
         if (!$user->updateKeys($orig)) {
             common_log_db_error($user, 'UPDATE', __FILE__);
-            $this->serverError(_("Could not update user record."));
+            $this->serverError(_("Couldn't update user record."));
         }
 
         $this->showForm(_('Incoming email address removed.'), true);