From 405a787e44373028939d953263aa6a8f4f126203 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 22 Nov 2005 03:23:43 +0000 Subject: Bug 317176: Clean up the missing Image::Magick perl module message - Patch by Colin Ogilvie r=LpSolit a=justdave --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') 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"; -- cgit v1.2.3-24-g4f1b