]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/smssettings.php
* [Cc]an't -> [Cc]annot
[quix0rs-gnu-social.git] / actions / smssettings.php
index 9fa7f62fb2eaf2039436607be3444010536a0d12..4debe196734ecab3ffc2ca729e987fdc7c1a47e4 100644 (file)
@@ -525,7 +525,7 @@ class SmssettingsAction extends ConnectSettingsAction
 
         if (!$user->updateKeys($orig)) {
             common_log_db_error($user, 'UPDATE', __FILE__);
-            $this->serverError(_("Couldn't update user record."));
+            $this->serverError(_("Could not update user record."));
         }
 
         $this->showForm(_('Incoming email address removed.'), true);