From b74a7d7a75a3d72c44790f3e96af33558aea2ee8 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 17 Mar 2011 12:08:44 +0100 Subject: [PATCH] Change email to SMS. Spotted by Nikerabbit. --- actions/smssettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2