From: kink Date: Sat, 26 Oct 2002 11:11:28 +0000 (+0000) Subject: Language fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5296b8ef6d5764d790c74fdce42b2f245c4621ed;p=squirrelmail.git Language fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4028 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_general.php b/functions/imap_general.php index 72d72566..737390d6 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -488,8 +488,8 @@ function sqimap_append_done ($imap_stream, $folder='') { _("Server responded: ") . $reason . "
\n"; if (preg_match("/(.*)(quota)(.*)$/i", $reason, $regs)) { - $string .= _("Sollution: ") . - _("Remove unnessecarry messages from your folder and start with your Trash folder.") + $string .= _("Solution: ") . + _("Remove unneccessary messages from your folder and start with your Trash folder.") ."
\n"; } $string .= "\n";