From b104da04fbcdc39faae42b4a714b730e3e1b05f5 Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sun, 13 Jul 2008 01:37:48 -0400 Subject: Colapse a lot of strings to make like easier for translators and more consisitant for users darcs-hash:20080713053748-533db-1cdb0cf3a9e4102eb139b74a7a9d4f97dadb20b8.gz --- actions/imsettings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'actions/imsettings.php') diff --git a/actions/imsettings.php b/actions/imsettings.php index 8b30d418c..368cd8b9e 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -128,7 +128,7 @@ class ImsettingsAction extends SettingsAction { if ($result === FALSE) { common_log_db_error($user, 'UPDATE', __FILE__); - common_server_error(_('Couldnt update user.')); + common_server_error(_('Couldn\'t update user.')); return; } @@ -177,7 +177,7 @@ class ImsettingsAction extends SettingsAction { if ($result === FALSE) { common_log_db_error($confirm, 'INSERT', __FILE__); - common_server_error(_('Couldnt insert confirmation code.')); + common_server_error(_('Couldn\'t insert confirmation code.')); return; } @@ -233,7 +233,7 @@ class ImsettingsAction extends SettingsAction { $result = $user->updateKeys($original); if (!$result) { common_log_db_error($user, 'UPDATE', __FILE__); - common_server_error(_('Couldnt update user.')); + common_server_error(_('Couldn\'t update user.')); return; } $user->query('COMMIT'); -- cgit v1.2.3-54-g00ecf