]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Change email to SMS. Spotted by Nikerabbit.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 17 Mar 2011 11:08:44 +0000 (12:08 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 17 Mar 2011 12:59:22 +0000 (13:59 +0100)
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;
         }