From: tokul Date: Mon, 13 Oct 2003 18:26:56 +0000 (+0000) Subject: same strings in to options X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=411cd12d6f8c8a7a58079fc90e4b3ddbbb570a5c;p=squirrelmail.git same strings in to options git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5933 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index f83a5dad..0c6731f0 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -2810,7 +2810,7 @@ sub commandB2 { } else { $default_value = "n"; } - print "Use advanced tree in folder listing? (y/n) [$WHT$default_value$NRM]: $WHT"; + print "Use old way of folder list display? (y/n) [$WHT$default_value$NRM]: $WHT"; $oldway = ; if ( ( $oldway =~ /^y\n/i ) || ( ( $oldway =~ /^\n/ ) && ( $default_value eq "y" ) ) ) { $oldway = "true";