Index: image.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image/image.module,v
retrieving revision 1.296
diff -u -p -r1.296 image.module
--- image.module	11 Feb 2009 01:38:11 -0000	1.296
+++ image.module	3 Mar 2009 18:41:03 -0000
@@ -149,7 +149,7 @@ function image_cron() {
 function image_node_operations() {
   $operations = array(
     'rebuild_thumbs' => array(
-      'label' => t('Rebuild image thumbnails'),
+      'label' => t('Regenerate derivative images'),
       'callback' => 'image_operations_rebuild',
     ),
   );
