From f7357fd2b864649790b7bd43810681ace971761c Mon Sep 17 00:00:00 2001 From: jervfors Date: Thu, 16 Apr 2009 10:28:10 +0000 Subject: [PATCH] A mail is what's stored at the IMAP/POP3 server. A message is information from an application. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13555 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index 5f1e9718..96d15fa2 100644 --- a/plugins/mail_fetch/functions.php +++ b/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!"); } } -- 2.25.1