diff --git a/imagecache.module b/imagecache.module
index 55d48ce..c2f266c 100644
--- a/imagecache.module
+++ b/imagecache.module
@@ -224,8 +224,8 @@ function imagecache_imagecache_actions() {
       'file' => 'imagecache_actions.inc',
     ),
     'imagecache_deprecated_scale' => array(
-      'name' => 'Deprecated Scale',
-      'description' => 'Precursor to Scale and Crop. Has inside and outside dimension support. This action will be removed in ImageCache 2.1).',
+      'name' => 'Exact Scale',
+      'description' => 'Precursor to Scale and Crop. Scales an image without maintaining the aspect-ratio. Has inside and outside dimension support. This action will be removed in ImageCache 2.1.',
       'file' => 'imagecache_actions.inc',
     ),
     'imagecache_scale_and_crop' => array(
