From 580a318d1624e76e258c5aa9a151e45f59bc7b91 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 8 Jun 2006 13:46:03 +0000 Subject: [PATCH] add title to "no role" git-svn-id: file:///svn/phpbb/trunk@6023 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/auth.php | 4 ++-- phpBB/language/en/acp/permissions.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php index 3da19f5c0b..64421fcda7 100644 --- a/phpBB/includes/acp/auth.php +++ b/phpBB/includes/acp/auth.php @@ -465,7 +465,7 @@ class auth_admin extends auth if ($s_role_options) { - $s_role_options = '' . $s_role_options; + $s_role_options = '' . $s_role_options; } $template->assign_block_vars($tpl_pmask . '.' . $tpl_fmask, array( @@ -523,7 +523,7 @@ class auth_admin extends auth if ($s_role_options) { - $s_role_options = '' . $s_role_options; + $s_role_options = '' . $s_role_options; } if (!$forum_id) diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php index 67392a4cd5..be8d3f1cba 100644 --- a/phpBB/language/en/acp/permissions.php +++ b/phpBB/language/en/acp/permissions.php @@ -102,6 +102,7 @@ $lang = array_merge($lang, array( 'NO_AUTH_SETTING_FOUND' => 'Permission settings not defined.', 'NO_ROLE_ASSIGNED' => 'No role assigned...', + 'NO_ROLE_ASSIGNED_EXPLAIN' => 'Setting to this role does not change permissions on the right. If you want to unset/remove all permissions you should use the "All Unset" link.', 'NO_ROLE_AVAILABLE' => 'No role available', 'NO_ROLE_NAME_SPECIFIED' => 'Please give the role a name.', 'NO_ROLE_SELECTED' => 'Role could not be found.',