summaryrefslogtreecommitdiff
path: root/modules/poll/poll.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll/poll.install')
-rw-r--r--modules/poll/poll.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/poll/poll.install b/modules/poll/poll.install
index 4bd7a214f..8bfcd8eef 100644
--- a/modules/poll/poll.install
+++ b/modules/poll/poll.install
@@ -62,6 +62,7 @@ function poll_schema() {
'not null' => TRUE,
'default' => '',
'description' => 'The text for this choice.',
+ 'translatable' => TRUE,
),
'chvotes' => array(
'type' => 'int',