mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look.
the downside is that the information is no more accurate (permissions are still unset, defaulting to no) - someone might to overlook all explanations. :) git-svn-id: file:///svn/phpbb/trunk@6115 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -292,6 +292,7 @@ $lang = array_merge($lang, array(
|
||||
'NEW_POST' => 'New post',
|
||||
'NEW_POSTS' => 'New posts',
|
||||
'NEXT' => 'Next',
|
||||
'NEVER' => 'Never',
|
||||
'NO' => 'No',
|
||||
'NONE' => 'None',
|
||||
'NOT_AUTHORIZED' => 'You are not authorised to access this area.',
|
||||
|
Reference in New Issue
Block a user