summaryrefslogtreecommitdiff
path: root/modules/trigger/trigger.install
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 14:33:07 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-04 14:33:07 +0000
commit91e980a27162ae618ec188c00f44c9abf0c708c5 (patch)
tree012938331b557524af888d13ccc1b2e60df70ca6 /modules/trigger/trigger.install
parent75a6f4ded4a57281717263accb806ce8971aa732 (diff)
downloadbrdo-91e980a27162ae618ec188c00f44c9abf0c708c5.tar.gz
brdo-91e980a27162ae618ec188c00f44c9abf0c708c5.tar.bz2
#187881 by mooffie: fix misnamed database table names in schema documentation
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 0766467c5..bca11130c 100644
--- a/modules/trigger/trigger.install
+++ b/modules/trigger/trigger.install
@@ -46,7 +46,7 @@ function trigger_schema() {
'length' => 255,
'not null' => TRUE,
'default' => '',
- 'description' => t("Primary Key: Action's {action}.aid."),
+ 'description' => t("Primary Key: Action's {actions}.aid."),
),
'weight' => array(
'type' => 'int',