From cdebd59970a2b8c30fdb9f9d2bef554ea6617385 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 4 Apr 2011 01:08:11 +0200 Subject: [PATCH] L10n consistency tweak. --- lib/designsettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/designsettings.php b/lib/designsettings.php index e88bbf88cf..cb65ca14cb 100644 --- a/lib/designsettings.php +++ b/lib/designsettings.php @@ -214,7 +214,7 @@ class DesignSettingsAction extends SettingsAction if ($result === false) { common_log_db_error($design, 'UPDATE', __FILE__); // TRANS: Error message displayed if design settings could not be saved. - $this->showForm(_('Couldn\'t update your design.')); + $this->showForm(_('Could not update your design.')); return; } } @@ -236,7 +236,7 @@ class DesignSettingsAction extends SettingsAction if ($result === false) { common_log_db_error($design, 'DELETE', __FILE__); // TRANS: Error message displayed if design settings could not be saved after clicking "Use defaults". - $this->showForm(_('Couldn\'t update your design.')); + $this->showForm(_('Could not update your design.')); return; } }