浏览代码

Simple POP3 Fetch Mail -> POP3 Fetch Mail
The qualification "simple" is not relevant to the user (and not accurate
IMO - it provides a good feature set), shouldn't clutter the title.

Thijs Kinkhorst 21 年之前
父节点
当前提交
d090e1a4ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/mail_fetch/setup.php

+ 2 - 2
plugins/mail_fetch/setup.php

@@ -229,9 +229,9 @@
       global $optpage_blocks;
 
       $optpage_blocks[] = array(
-         'name' => _("Simple POP3 Fetch Mail"),
+         'name' => _("POP3 Fetch Mail"),
          'url'  => '../plugins/mail_fetch/options.php',
-         'desc' => _("This configures settings for downloading email from a pop3 mailbox to your account on this server."),
+         'desc' => _("This configures settings for downloading email from a POP3 mailbox to your account on this server."),
          'js'   => false
       );
    }