Commit 405a787e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 317176: Clean up the missing Image::Magick perl module message - Patch by…

Bug 317176: Clean up the missing Image::Magick perl module message - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
parent 0ed3528c
...@@ -408,8 +408,8 @@ if (!$xmlparser && !$silent) { ...@@ -408,8 +408,8 @@ if (!$xmlparser && !$silent) {
} }
if (!$imagemagick && !$silent) { if (!$imagemagick && !$silent) {
print "If you want to convert BMP image attachments to PNG to conserve\n", 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 ", "disk space, you will need to install the ImageMagick application\n",
"Available from http://www.imagemagick.org, and the Image::Magick", "Available from http://www.imagemagick.org, and the Image::Magick\n",
"Perl module by running (as $::root):\n\n", "Perl module by running (as $::root):\n\n",
" " . install_command("Image::Magick") . "\n\n"; " " . install_command("Image::Magick") . "\n\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment