]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 317176: Clean up the missing Image::Magick perl module message - Patch by Colin...
authorlpsolit%gmail.com <>
Tue, 22 Nov 2005 03:23:43 +0000 (03:23 +0000)
committerlpsolit%gmail.com <>
Tue, 22 Nov 2005 03:23:43 +0000 (03:23 +0000)
checksetup.pl

index fda31b1cc30064dd66d90cd7831a86385300dea6..ae6b5665d073b746c5de384be144ef0d84a4be27 100755 (executable)
@@ -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";