Browse Source

String fix.

Fredrik Jervfors 16 years ago
parent
commit
6816d92733
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/mail_fetch/fetch.php

+ 1 - 1
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..."));
     }