From 3d8a60fb4803e3d965716b04e60a8733aeca4a71 Mon Sep 17 00:00:00 2001 From: jervfors Date: Thu, 16 Apr 2009 09:06:28 +0000 Subject: [PATCH 1/1] String fix. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13553 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index 13f68d22..95bb9b57 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -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 mails on server...")); } else { Mail_Fetch_Status(_("Deleting mails from server...")); } -- 2.25.1