Simple POP3 Fetch Mail -> POP3 Fetch Mail
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 8 Mar 2004 17:05:45 +0000 (17:05 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 8 Mar 2004 17:05:45 +0000 (17:05 +0000)
The qualification "simple" is not relevant to the user (and not accurate
IMO - it provides a good feature set), shouldn't clutter the title.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6758 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/mail_fetch/setup.php

index d13b625ab02861f79fc232ac8d5b4c94b95291c9..584e75b0e5e0d46ac53651fb398a67b35e472018 100644 (file)
       global $optpage_blocks;
 
       $optpage_blocks[] = array(
       global $optpage_blocks;
 
       $optpage_blocks[] = array(
-         'name' => _("Simple POP3 Fetch Mail"),
+         'name' => _("POP3 Fetch Mail"),
          'url'  => '../plugins/mail_fetch/options.php',
          '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
       );
    }
          'js'   => false
       );
    }