From: centaurix Date: Sat, 3 Nov 2001 00:25:16 +0000 (+0000) Subject: fixed bug #429144 wrong number in text for trash X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a301f0d81f82189d51d9095b6a4429f14e537840 fixed bug #429144 wrong number in text for trash git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1685 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 4360f047..5610f64b 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -904,7 +904,7 @@ sub command22 { sub command23a { print "You can now specify where the default trash folder is located.\n"; print "On servers where you do not want this, you can set it to anything\n"; - print "and set option 7 to false.\n"; + print "and set option 6 to false.\n"; print "\n"; print "This is relative to where the rest of your email is kept. You do\n"; print "not need to worry about their mail directory. If this folder\n";