summaryrefslogtreecommitdiff
path: root/modules/contact/contact.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contact/contact.install')
-rw-r--r--modules/contact/contact.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/contact/contact.install b/modules/contact/contact.install
index ac245d586..42f15272d 100644
--- a/modules/contact/contact.install
+++ b/modules/contact/contact.install
@@ -25,6 +25,7 @@ function contact_schema() {
'not null' => TRUE,
'default' => '',
'description' => 'Category name.',
+ 'translatable' => TRUE,
),
'recipients' => array(
'type' => 'text',