--- views_bulk_operations.module	2008-04-28 15:56:29.000000000 -0500
+++ views_bulk_operations_new.module	2008-04-28 15:56:04.000000000 -0500
@@ -797,7 +797,7 @@ function _views_bulk_operations_get_oper
           // to allow admin to turn on/off action types. Don't know enough about
           // actions to determine that right now, so limiting to types I know we
           // want.
-          if ((in_array($values['type'], array(t('Node'), t('Workflow'), t('Email'))))) {
+          if ((in_array($values['type'], array(t('node'), t('workflow'), t('email'))))) {
 #              && ($values['batchable'] == TRUE)) {
             $key = md5($callback);
             $enabled = isset($stored_operations[$key]['enabled'])
