From e68cb68c1564aa0fd30c976104b2c3350d0507ca Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 13 Apr 2010 15:15:07 +0000 Subject: - Patch #598862 by andypost: user role names cannot be translated. --- modules/user/user.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user/user.install') 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', -- cgit v1.2.3