Index: imagecache.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/imagecache/imagecache.module,v retrieving revision 1.68.2.13 diff -u -p -r1.68.2.13 imagecache.module --- imagecache.module 7 May 2009 15:09:33 -0000 1.68.2.13 +++ imagecache.module 7 May 2009 15:10:31 -0000 @@ -103,7 +103,7 @@ function imagecache_imagecache_actions() ), 'imagecache_scale_and_crop' => array( 'name' => 'Scale And Crop', - 'description' => 'Resize an image to an exact set of dimensions, ignoring aspect ratio.', + 'description' => 'Resize an image while maintaining aspect ratio, then crop it to the specified dimensions.', 'file' => 'imagecache_actions.inc', ), 'imagecache_crop' => array(