From 76f0aeecc5493999e09b8973b4017f344223d5e3 Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Fri, 25 Apr 2003 05:41:07 +0000 Subject: Bug 197153 - Add wording schange requested by reviewer which wasn't in the patch on the bug, and so wasn't checked in. r,a=justdave --- defparams.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defparams.pl b/defparams.pl index ed1830581..15232ad46 100644 --- a/defparams.pl +++ b/defparams.pl @@ -100,7 +100,7 @@ sub check_webdotbase { if(-e "data/webdot/.htaccess") { open HTACCESS, "data/webdot/.htaccess"; if(! grep(/ \\\.png\$/,)) { - return "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n"; + return "Dependency graph images are not accessible.\nAssuming that you have not modified the file, delete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n"; } close HTACCESS; } -- cgit v1.2.1