X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffetch.php;h=7086382ca41f55958b7bd0fdbd0b6aac37f23a7e;hp=dbaf9740856e081ee903d035ec99ae811a103556;hb=0fcb12718ed2c817e8be5b0bb1eb947ffb93d423;hpb=d9c537c4671d358f8dbf31f18ce5e8f8a694de53 diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index dbaf9740..7086382c 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -5,7 +5,7 @@ * * Fetch code. * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright 1999-2012 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -270,7 +270,7 @@ for ($i_loop=$i_start;$i_loop<$i_stop;$i_loop++) { } if ($mailfetch_lmos == 'on') { - Mail_Fetch_Status(_("Leaving mail on server...")); + Mail_Fetch_Status(_("Leaving messages on server...")); } else { Mail_Fetch_Status(_("Deleting messages from server...")); } @@ -349,4 +349,3 @@ for ($i_loop=$i_start;$i_loop<$i_stop;$i_loop++) { } $oTemplate->display('footer.tpl'); -