--- fasttoggle.module 2010-03-13 07:54:34.000000000 -0500 +++ fasttoggle.module.new 2010-03-13 07:54:51.000000000 -0500 @@ -339,7 +339,7 @@ function fasttoggle_fasttoggle_labels($s 'node_sticky' => array(0 => t('make sticky'), 1 => t('make unsticky')), 'node_promote' => array(0 => t('promote'), 1 => t('demote')), 'comment_admin' => array(0 => t('lock comments'), 1 => t('unlock comments'), 2 => t('hide comments')), - 'user_status' => array(0 => t('activate'), 1 => t('unblock')), + 'user_status' => array(0 => t('activate'), 1 => t('block')), 'comment_status' => array(0 => t('unpublish'), 1 => t('publish')), ); break;