summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/locale/locale.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 5de8e44da..43c5e1373 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -253,6 +253,7 @@ function locale_permission() {
),
'translate interface' => array(
'title' => t('Translate interface texts'),
+ 'restrict access' => TRUE,
),
);
}