From: lpsolit%gmail.com <> Date: Tue, 22 Nov 2005 03:23:43 +0000 (+0000) Subject: Bug 317176: Clean up the missing Image::Magick perl module message - Patch by Colin... X-Git-Tag: bugzilla-2.22rc1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405a787e44373028939d953263aa6a8f4f126203;p=thirdparty%2Fbugzilla.git Bug 317176: Clean up the missing Image::Magick perl module message - Patch by Colin Ogilvie r=LpSolit a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index fda31b1cc3..ae6b5665d0 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";