From ad9d110a1984def50cc6d7165451301efda60f72 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 25 Oct 2003 13:28:49 +0000 Subject: [PATCH] fixed two question errors git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6021 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/conf.pl b/config/conf.pl index 80ef08a5..f2cd4071 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2833,7 +2833,7 @@ sub commandB3 { } else { $default_value = "n"; } - print "Use advanced tree in folder listing? (y/n) [$WHT$default_value$NRM]: $WHT"; + print "Use php recode functions? (y/n) [$WHT$default_value$NRM]: $WHT"; $use_php_recode = ; if ( ( $use_php_recode =~ /^y\n/i ) || ( ( $use_php_recode =~ /^\n/ ) && ( $default_value eq "y" ) ) ) { $use_php_recode = "true"; @@ -2857,7 +2857,7 @@ sub commandB4 { } else { $default_value = "n"; } - print "Use advanced tree in folder listing? (y/n) [$WHT$default_value$NRM]: $WHT"; + print "Use php iconv functions? (y/n) [$WHT$default_value$NRM]: $WHT"; $use_php_iconv = ; if ( ( $use_php_iconv =~ /^y\n/i ) || ( ( $use_php_iconv =~ /^\n/ ) && ( $default_value eq "y" ) ) ) { $use_php_iconv = "true"; -- 2.25.1