Language fix
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 26 Oct 2002 11:11:28 +0000 (11:11 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 26 Oct 2002 11:11:28 +0000 (11:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4028 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_general.php

index 72d725667739cd7f9cb21da94a7f189ed224cd9f..737390d6e44528b33f9a017e6e567a209c74f07f 100755 (executable)
@@ -488,8 +488,8 @@ function sqimap_append_done ($imap_stream, $folder='') {
                  _("Server responded: ") .
                  $reason . "<br>\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.") 
              ."<br>\n";
           }
           $string .= "</font>\n";