From 44d7273dfd0d2d6825373f22d6c36cc620c56be5 Mon Sep 17 00:00:00 2001 From: thomppj Date: Tue, 2 Apr 2002 05:59:28 +0000 Subject: [PATCH] small aesthetic fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2663 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/conf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/conf.pl b/config/conf.pl index ffe93ac6..76159a7e 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -418,7 +418,7 @@ while ( ( $command ne "q" ) && ( $command ne "Q" ) ) { print "9. Allow use of receipts : $WHT$default_use_mdn$NRM\n"; print "10. Allow editing of identity : $WHT$edit_identity$NRM\n"; print "11. Allow server thread sort : $WHT$allow_thread_sort$NRM\n"; - print "12. Allow server-side sorting : $WHT$allow_server_sort$NRM\n"; + print "12. Allow server-side sorting : $WHT$allow_server_sort$NRM\n"; if ( lc($edit_identity) eq "false" ) { print "13. Allow editing of name : $WHT$edit_name$NRM\n"; } -- 2.25.1