浏览代码

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

thomppj 23 年之前
父节点
当前提交
b213aaf04d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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