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
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
);
}