From: Siebrand Mazeland Date: Thu, 17 Mar 2011 11:08:44 +0000 (+0100) Subject: Change email to SMS. Spotted by Nikerabbit. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b74a7d7a75a3d72c44790f3e96af33558aea2ee8;p=quix0rs-gnu-social.git Change email to SMS. Spotted by Nikerabbit. --- diff --git a/actions/smssettings.php b/actions/smssettings.php index cdf99a56d9..1545679c17 100644 --- a/actions/smssettings.php +++ b/actions/smssettings.php @@ -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; }