From a3e3ddc4cff97cb19c4b6b09f1d9e4d7fced4b78 Mon Sep 17 00:00:00 2001 From: thomppj Date: Mon, 26 Aug 2002 22:53:05 +0000 Subject: [PATCH] Fixed strings so that they would be mo better english. :) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3470 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/fetch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index e5e3371b..8e0ffd89 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -201,7 +201,7 @@ // re-connect pop3 Mail_Fetch_Status(_("Server error...Disconnect")); $pop3->quit(); - Mail_Fetch_Status(_("Re-connect from dead connection")); + Mail_Fetch_Status(_("Reconnect from dead connection")); if (!$pop3->connect($mailfetch_server)) { Mail_Fetch_Status(_("Oops, ") . $pop3->ERROR ); Mail_Fetch_Status(_("Saving UIDL")); @@ -217,7 +217,7 @@ continue; } - Mail_Fetch_Status(_("Re-fetching message ") . "$i" ); + Mail_Fetch_Status(_("Refetching message ") . "$i" ); $MessArray = $pop3->get($i); } // end while -- 2.25.1