From: pdontthink Date: Mon, 7 Feb 2005 05:32:22 +0000 (+0000) Subject: minor grammar tweaks X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b13c74322874c4b1133da182dd156d288c3ab682 minor grammar tweaks git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8773 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/options.php b/src/options.php index 0058c3b1..89c063bd 100644 --- a/src/options.php +++ b/src/options.php @@ -300,13 +300,13 @@ if ($optpage == SMOPT_PAGE_MAIN) { } if (isset($optpage_save_error) && $optpage_save_error!=array()) { - echo "" . _("Error(s) happened while saving your options") . "
\n"; + echo "" . _("Error(s) occurred while saving your options") . "
\n"; echo "\n"; - echo '' . _("Some of your preference changes are not applied.") . "
\n"; + echo '' . _("Some of your preference changes were not applied.") . "
\n"; } else { /* Display a message indicating a successful save. */ echo '' . _("Successfully Saved Options") . ": $optpage_name
\n";