summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-11-22 04:23:43 +0100
committerlpsolit%gmail.com <>2005-11-22 04:23:43 +0100
commit405a787e44373028939d953263aa6a8f4f126203 (patch)
treef693f5df87fbceebf3e3d928639c95111c366160 /checksetup.pl
parent0ed3528c248cee98c70a20430062e3f5898a2758 (diff)
downloadbugzilla-405a787e44373028939d953263aa6a8f4f126203.tar.gz
bugzilla-405a787e44373028939d953263aa6a8f4f126203.tar.xz
Bug 317176: Clean up the missing Image::Magick perl module message - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl
index fda31b1cc..ae6b5665d 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -408,8 +408,8 @@ if (!$xmlparser && !$silent) {
}
if (!$imagemagick && !$silent) {
print "If you want to convert BMP image attachments to PNG to conserve\n",
- "disk space, you will need to install the ImageMagick application\n ",
- "Available from http://www.imagemagick.org, and the Image::Magick",
+ "disk space, you will need to install the ImageMagick application\n",
+ "Available from http://www.imagemagick.org, and the Image::Magick\n",
"Perl module by running (as $::root):\n\n",
" " . install_command("Image::Magick") . "\n\n";