From 60ea0a7cfb39d89011d3322973ec0b9e28d3772f Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 21 Jul 2009 00:07:41 +0000 Subject: #524734 by eojthebrave: Fix typo in image.gd.inc. --- modules/system/image.gd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/image.gd.inc b/modules/system/image.gd.inc index 884a93152..ad76defff 100644 --- a/modules/system/image.gd.inc +++ b/modules/system/image.gd.inc @@ -216,7 +216,7 @@ function image_gd_crop(stdClass $image, $x, $y, $width, $height) { function image_gd_desaturate(stdClass $image) { // PHP installations using non-bundled GD do not have imagefilter. if (!drupal_function_exists('imagefilter')) { - watchdog('image', 'The image %file could not be rotated because the imagefilter() function is not available in this PHP installation.', array('%file' => $image->source)); + watchdog('image', 'The image %file could not be desaturated because the imagefilter() function is not available in this PHP installation.', array('%file' => $image->source)); return FALSE; } -- cgit v1.2.3