Changing back to messages.
[squirrelmail.git] / plugins / mail_fetch / functions.php
index 96d15fa296dd4098f9edd6c49e8a13e9f9ac2b62..5f1e97184d036015f5451288d0691da1cbb60447 100644 (file)
@@ -211,7 +211,7 @@ function mail_fetch_login_function() {
                     $response=(implode('',$response));
                     $message=(implode('',$message));
                     if ($response != 'OK') {
-                        $outMsg .= _("Error Appending Mail!")." ".htmlspecialchars($message);
+                        $outMsg .= _("Error Appending Message!")." ".htmlspecialchars($message);
 
                         if ($mailfetch_lmos == 'on') {
                             setPref($data_dir,$username,"mailfetch_uidl_$i_loop", $msglist[$i-1]);
@@ -227,7 +227,7 @@ function mail_fetch_login_function() {
                     }
                 } else {
                     echo "$Line";
-                    $outMsg .= _("Error Appending Mail!");
+                    $outMsg .= _("Error Appending Message!");
                 }
             }