summaryrefslogtreecommitdiff
path: root/modules/user/user.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-13 15:15:07 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-13 15:15:07 +0000
commite68cb68c1564aa0fd30c976104b2c3350d0507ca (patch)
tree5d21015edf39f467cfc40c42c4845cddfec35e06 /modules/user/user.install
parent06fe6cae2d7cf5ed663c3d1225206113f3b5824f (diff)
downloadbrdo-e68cb68c1564aa0fd30c976104b2c3350d0507ca.tar.gz
brdo-e68cb68c1564aa0fd30c976104b2c3350d0507ca.tar.bz2
- Patch #598862 by andypost: user role names cannot be translated.
Diffstat (limited to 'modules/user/user.install')
-rw-r--r--modules/user/user.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.install b/modules/user/user.install
index 6af67b9b1..ea30a1eb9 100644
--- a/modules/user/user.install
+++ b/modules/user/user.install
@@ -97,6 +97,7 @@ function user_schema() {
'not null' => TRUE,
'default' => '',
'description' => 'Unique role name.',
+ 'translatable' => TRUE,
),
'weight' => array(
'type' => 'int',