From: bbaetz%acm.org <> Date: Fri, 25 Apr 2003 05:36:37 +0000 (+0000) Subject: Bug 197153 - Add wording schange requested by reviewer which wasn't in the X-Git-Tag: bugzilla-2.16.4~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a36e43a63fcaba84d7c9ee6bad9655a56713ac35;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/defparams.pl b/defparams.pl index 076bc11464..5f2fc4472d 100644 --- a/defparams.pl +++ b/defparams.pl @@ -441,7 +441,7 @@ sub check_webdotbase { if(-e "data/webdot/.htaccess") { open HTACCESS, "data/webdot/.htaccess"; if(! grep(/ \\\.png\$/,)) { - print "Dependency graph images are not accessible.\nDelete data/webdot/.htaccess and re-run checksetup.pl to rectify.\n"; + print "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; }