same strings in to options
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 13 Oct 2003 18:26:56 +0000 (18:26 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 13 Oct 2003 18:26:56 +0000 (18:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5933 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index f83a5dad53842206658ba4c3c098de56d3da8581..0c6731f0ceb562e3619d436976c6780100ee656e 100755 (executable)
@@ -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 = <STDIN>;
     if ( ( $oldway =~ /^y\n/i ) || ( ( $oldway =~ /^\n/ ) && ( $default_value eq "y" ) ) ) {
         $oldway = "true";