From 5296b8ef6d5764d790c74fdce42b2f245c4621ed Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 26 Oct 2002 11:11:28 +0000 Subject: [PATCH] Language fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4028 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.25.1