]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/smssettings.php
Merge branch '1.0.x' into qna
[quix0rs-gnu-social.git] / actions / smssettings.php
index cdf99a56d9da6a2bfd728ceabbe85eeeb0c32bad..1545679c17dabfed041bd974e5056025ffde11fd 100644 (file)
@@ -409,7 +409,7 @@ class SmssettingsAction extends SettingsAction
         if (!$result) {
             common_log_db_error($confirm, 'DELETE', __FILE__);
             // TRANS: Server error thrown on database error canceling SMS phone number confirmation.
-            $this->serverError(_('Could not delete email confirmation.'));
+            $this->serverError(_('Could not delete SMS confirmation.'));
             return;
         }