From e1e4f932c8b1b7f714e006399fec2bd2e19345ce Mon Sep 17 00:00:00 2001 From: kink Date: Tue, 30 Apr 2002 10:47:23 +0000 Subject: [PATCH] Small cosmetic/text fixes. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2779 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index a8415200..dd1b56f5 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -383,7 +383,7 @@ while ( ( $command ne "q" ) && ( $command ne "Q" ) ) { print "8. Authenticated SMTP : $WHT$use_authenticated_smtp$NRM\n"; print "9. POP Before SMTP : $WHT$pop_before_smtp$NRM\n"; } - print "10. Server : $WHT$imap_server_type$NRM\n"; + print "10. Server : $WHT$imap_server_type$NRM\n"; print "11. Invert Time : $WHT$invert_time$NRM\n"; print "12. Delimiter : $WHT$optional_delimiter$NRM\n"; print "\n"; @@ -730,7 +730,7 @@ sub command4 { sub command5 { print "SquirrelMail attempts to set the language in many ways. If it\n"; print "can not figure it out in another way, it will default to this\n"; - print "language. Please use the two-letter code for the desired language.\n"; + print "language. Please use the code for the desired language.\n"; print "\n"; print "[$WHT$squirrelmail_default_language$NRM]: $WHT"; $new_signout_page = ; @@ -764,7 +764,7 @@ sub command6 { # domain sub command11 { - print "The domain name is the suffix at the end of all email messages. If\n"; + print "The domain name is the suffix at the end of all email addresses. If\n"; print "for example, your email address is jdoe\@myorg.com, then your domain\n"; print "would be myorg.com.\n"; print "\n"; -- 2.25.1