aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/permissions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/permissions.php')
-rw-r--r--phpBB/language/en/acp/permissions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php
index 3deeb344af..0b50c8a7c2 100644
--- a/phpBB/language/en/acp/permissions.php
+++ b/phpBB/language/en/acp/permissions.php
@@ -265,7 +265,8 @@ $lang = array_merge($lang, array(
'VIEW_GLOBAL_PERMS' => 'Global permissions',
'VIEW_PERMISSIONS' => 'View permissions',
- 'WRONG_PERMISSION_TYPE' => 'Wrong permission type selected.',
+ 'WRONG_PERMISSION_TYPE' => 'Wrong permission type selected.',
+ 'WRONG_PERMISSION_SETTING_FORMAT' => 'The permission settings are in a wrong format, phpBB is not able to process them correctly.',
));
?> \ No newline at end of file