Browse Source

A mail is what's stored at the IMAP/POP3 server. A message is information from an application.

Fredrik Jervfors 16 years ago
parent
commit
cac2dbc248
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/mail_fetch/functions.php

+ 2 - 2
plugins/mail_fetch/functions.php

@@ -211,7 +211,7 @@ function mail_fetch_login_function() {
                     $response=(implode('',$response));
                     $message=(implode('',$message));
                     if ($response != 'OK') {
-                        $outMsg .= _("Error Appending Message!")." ".htmlspecialchars($message);
+                        $outMsg .= _("Error Appending Mail!")." ".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 Message!");
+                    $outMsg .= _("Error Appending Mail!");
                 }
             }