Browse Source

Fixed strings so that they would be mo better english. :)

thomppj 23 years ago
parent
commit
b213aaf04d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/mail_fetch/fetch.php

+ 2 - 2
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