Small cosmetic/text fixes.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Apr 2002 10:47:23 +0000 (10:47 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Apr 2002 10:47:23 +0000 (10:47 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2779 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index a841520057df74952a8202231b84163187595e39..dd1b56f52f3a078ac364dee8737ee36c951b2a09 100755 (executable)
@@ -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 = <STDIN>;
@@ -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";