summaryrefslogtreecommitdiff
path: root/modules/trigger/trigger.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trigger/trigger.install')
-rw-r--r--modules/trigger/trigger.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install
index c6bb061b0..db360507d 100644
--- a/modules/trigger/trigger.install
+++ b/modules/trigger/trigger.install
@@ -32,7 +32,7 @@ function trigger_schema() {
'length' => 32,
'not null' => TRUE,
'default' => '',
- 'description' => 'Primary Key: The name of the internal Drupal hook upon which an action is firing; for example, nodeapi.',
+ 'description' => 'Primary Key: The name of the internal Drupal hook upon which an action is firing; for example, node.',
),
'op' => array(
'type' => 'varchar',