From: pdontthink Date: Tue, 18 Sep 2007 20:58:18 +0000 (+0000) Subject: Standardize syntax X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=7b89907542b6cd04e22d6951ed4c5b588ee7f22a Standardize syntax git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12693 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 8b6ddd98..ef284d35 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -1554,10 +1554,10 @@ sub command_smtp_sitewide_userpass($) { print "SMTP connections?"; if ($smtp_sitewide_user ne '') { $default = 'y'; - print " [Yn]:"; + print " [Y/n]:"; } else { $default = 'n'; - print " [yN]:"; + print " [y/N]:"; } $tmp=; $tmp = trim($tmp); @@ -5139,7 +5139,7 @@ sub check_imap_folder($) { } elsif ($folder_name =~ /[&\*\%]/) { # check for ampersand and list-wildcards print "Folder name contains special UTF7-IMAP characters.\n"; - print "Are you sure that folder name is correct? (yN): "; + print "Are you sure that folder name is correct? (y/N): "; my $tmp = ; $tmp = lc(trim($tmp)); if ($tmp =~ /^y$/) {