diff options
author | lpsolit%gmail.com <> | 2005-11-22 04:23:43 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-11-22 04:23:43 +0100 |
commit | 405a787e44373028939d953263aa6a8f4f126203 (patch) | |
tree | f693f5df87fbceebf3e3d928639c95111c366160 | |
parent | 0ed3528c248cee98c70a20430062e3f5898a2758 (diff) | |
download | bugzilla-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
-rwxr-xr-x | checksetup.pl | 4 |
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"; |