X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffunctions.php;h=5f1e97184d036015f5451288d0691da1cbb60447;hp=96d15fa296dd4098f9edd6c49e8a13e9f9ac2b62;hb=5fe0662e2fa39482b7752e3be0a07341980715c8;hpb=e506b6e54f09ec71062b55bf3d72c9db57c89f05;ds=sidebyside diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index 96d15fa2..5f1e9718 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 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!"); } }