Index: backup_migrate.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/backup_migrate/backup_migrate.module,v
retrieving revision 1.3.2.1
diff -u -r1.3.2.1 backup_migrate.module
--- backup_migrate.module	30 Mar 2008 22:52:31 -0000	1.3.2.1
+++ backup_migrate.module	12 May 2008 16:54:05 -0000
@@ -409,9 +409,9 @@
 function backup_migrate_action_info() {
   return array(
     'backup_migrate_action_backup' => array(
-      '#label' => t('Backup the database'),
-      '#module' => t('Backup and Migrate'),
-      '#description' => t('Backup the database with the default settings.'),
+      'configurable' => FALSE,
+      'type' => 'backup_migrate',
+      'description' => t('Backup the database.'),
     ),
   );
 }
