aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/permissions.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2009-06-21 10:46:28 +0000
committerJoas Schilling <nickvergessen@gmx.de>2009-06-21 10:46:28 +0000
commit37a054897fe42179f65e1fa87db4720760a2d6fc (patch)
tree1b9a24ee8a4a623a4a33d55e0b7bae111614fd87 /phpBB/language/en/acp/permissions.php
parentf056e205add6b956b2e63a28a1d0b4062671c490 (diff)
downloadforums-37a054897fe42179f65e1fa87db4720760a2d6fc.tar
forums-37a054897fe42179f65e1fa87db4720760a2d6fc.tar.gz
forums-37a054897fe42179f65e1fa87db4720760a2d6fc.tar.bz2
forums-37a054897fe42179f65e1fa87db4720760a2d6fc.tar.xz
forums-37a054897fe42179f65e1fa87db4720760a2d6fc.zip
Fix bug #37235 - Correctly describe founder permissions on trace-information
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9642 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/permissions.php')
-rw-r--r--phpBB/language/en/acp/permissions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/permissions.php b/phpBB/language/en/acp/permissions.php
index 4ca11cf9db..929caf7d38 100644
--- a/phpBB/language/en/acp/permissions.php
+++ b/phpBB/language/en/acp/permissions.php
@@ -246,7 +246,7 @@ $lang = array_merge($lang, array(
'TRACE_USER_GLOBAL_YES_TOTAL_NEVER' => 'The forum independent user permission evaluates to <samp>YES</samp> which overwrites the current local result <samp>NEVER</samp>. %sTrace global permission%s',
'TRACE_USER_GLOBAL_NEVER_TOTAL_KEPT' => 'The forum independent user permission evaluates to <samp>NEVER</samp> which doesn’t influence the local permission. %sTrace global permission%s',
- 'TRACE_USER_FOUNDER' => 'The user has the founder type set, therefore admin permissions are set to <samp>YES</samp> by default.',
+ 'TRACE_USER_FOUNDER' => 'The user is a founder, therefore admin permissions are always set to <samp>YES</samp>.',
'TRACE_USER_KEPT' => 'The user’s permission is <samp>NO</samp> so the old total value is kept.',
'TRACE_USER_KEPT_LOCAL' => 'The user’s permission for this forum is <samp>NO</samp> so the old total value is kept.',
'TRACE_USER_NEVER_TOTAL_NEVER' => 'The user’s permission is set to <samp>NEVER</samp> and the total value is set to <samp>NEVER</samp>, so nothing is changed.',