From: kink Date: Mon, 8 Mar 2004 17:05:45 +0000 (+0000) Subject: Simple POP3 Fetch Mail -> POP3 Fetch Mail X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4e1347dfe9a0fc4cffe4c0b64a3a2dafc56fe9ee;p=squirrelmail.git 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. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6758 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/mail_fetch/setup.php b/plugins/mail_fetch/setup.php index d13b625a..584e75b0 100644 --- a/plugins/mail_fetch/setup.php +++ b/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 ); }