]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 197153 - Add wording schange requested by reviewer which wasn't in the
authorbbaetz%acm.org <>
Fri, 25 Apr 2003 05:36:37 +0000 (05:36 +0000)
committerbbaetz%acm.org <>
Fri, 25 Apr 2003 05:36:37 +0000 (05:36 +0000)
patch on the bug, and so wasn't checked in.
r,a=justdave

defparams.pl

index 076bc11464a6eaee17bdb45d162119f55fa70ce4..5f2fc4472db1057aae59b150324ecd3b13b81b1b 100644 (file)
@@ -441,7 +441,7 @@ sub check_webdotbase {
         if(-e "data/webdot/.htaccess") {
             open HTACCESS, "data/webdot/.htaccess";
             if(! grep(/ \\\.png\$/,<HTACCESS>)) {
-                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;
         }