diff options
author | bbaetz%acm.org <> | 2003-04-25 05:41:07 +0000 |
---|---|---|
committer | bbaetz%acm.org <> | 2003-04-25 05:41:07 +0000 |
commit | 76f0aeecc5493999e09b8973b4017f344223d5e3 (patch) | |
tree | 1ccbaa7f3557aefb795cf553836493d5f0f81dca /defparams.pl | |
parent | Bumping version number to 2.17.4 for developer snapshot release (diff) | |
download | bugzilla-76f0aeecc5493999e09b8973b4017f344223d5e3.tar.gz bugzilla-76f0aeecc5493999e09b8973b4017f344223d5e3.tar.bz2 bugzilla-76f0aeecc5493999e09b8973b4017f344223d5e3.zip |
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
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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\$/,<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; } |