From 8ec5874565969b36022371e28dd7c001adafbb42 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 26 Jun 2015 16:28:51 +0100
Subject: [PATCH] =?UTF-8?q?Issue=20#2512460=20by=20pwolanin,=20G=C3=A1bor?=
 =?UTF-8?q?=20Hojtsy,=20grisendo,=20JvE:=20"Translate=20user=20edited=20co?=
 =?UTF-8?q?nfiguration"=20permission=20needs=20to=20be=20marked=20as=20res?=
 =?UTF-8?q?tricted.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../config_translation/config_translation.permissions.yml    | 5 +++--
 core/modules/locale/locale.permissions.yml                   | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/core/modules/config_translation/config_translation.permissions.yml b/core/modules/config_translation/config_translation.permissions.yml
index bbba88361a0d..1e3240020b29 100644
--- a/core/modules/config_translation/config_translation.permissions.yml
+++ b/core/modules/config_translation/config_translation.permissions.yml
@@ -1,3 +1,4 @@
 translate configuration:
-  title: 'Translate user edited configuration'
-  description: 'Translate any configuration not shipped with modules and themes.'
+  title: 'Translate configuration'
+  description: 'Translate any configuration including those shipped with modules and themes.'
+  restrict access: true
diff --git a/core/modules/locale/locale.permissions.yml b/core/modules/locale/locale.permissions.yml
index 8d37e890776e..5bf404949481 100644
--- a/core/modules/locale/locale.permissions.yml
+++ b/core/modules/locale/locale.permissions.yml
@@ -1,3 +1,4 @@
 translate interface:
-  title: 'Translate interface texts'
+  title: 'Translate interface text'
+  description: 'Translate any interface text including configuration shipped with modules and themes.'
   restrict access: true
-- 
GitLab