From 3ae281d03226446a8748ff075e4f082f61bc36a9 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 7 Mar 2010 07:22:42 +0000 Subject: #306540 by halstead, Dave Reid, jvandyk, eMPee584: Fixed Orphaned assigned actions still triggered and cannot be removed. --- modules/trigger/tests/trigger_test.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/trigger/tests') diff --git a/modules/trigger/tests/trigger_test.module b/modules/trigger/tests/trigger_test.module index ad7c4ec0e..5f0ab6878 100644 --- a/modules/trigger/tests/trigger_test.module +++ b/modules/trigger/tests/trigger_test.module @@ -63,12 +63,12 @@ function trigger_test_trigger_info() { return array( 'node' => array( 'node_triggertest' => array( - 'runs when' => t('A test trigger is fired'), + 'label' => t('A test trigger is fired'), ), ), 'trigger_test' => array( 'trigger_test_triggertest' => array( - 'runs when' => t('Another test trigger is fired'), + 'label' => t('Another test trigger is fired'), ), ), ); -- cgit v1.2.3