]> 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:41:07 +0000 (05:41 +0000)
committerbbaetz%acm.org <>
Fri, 25 Apr 2003 05:41:07 +0000 (05:41 +0000)
patch on the bug, and so wasn't checked in.
r,a=justdave

defparams.pl

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