Change email to SMS. Spotted by Nikerabbit.

This commit is contained in:
Siebrand Mazeland 2011-03-17 12:08:44 +01:00
parent e845d6a8bf
commit b74a7d7a75
1 changed files with 1 additions and 1 deletions

View 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;
}