From 7b89907542b6cd04e22d6951ed4c5b588ee7f22a Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 18 Sep 2007 20:58:18 +0000 Subject: [PATCH] Standardize syntax git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12693 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 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$/) { -- 2.25.1