mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10511] Fix a grammar defect in permissions language.
PHPBB3-10511
This commit is contained in:
parent
cafe74a88d
commit
0ad81a4cdc
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ $lang = array_merge($lang, array(
|
|||
'TRACE_WHO' => 'Who',
|
||||
'TRACE_TOTAL' => 'Total',
|
||||
|
||||
'USERS_NOT_ASSIGNED' => 'No user assigned to this role',
|
||||
'USERS_NOT_ASSIGNED' => 'No users are assigned to this role',
|
||||
'USER_IS_MEMBER_OF_DEFAULT' => 'is a member of the following pre-defined groups',
|
||||
'USER_IS_MEMBER_OF_CUSTOM' => 'is a member of the following user defined groups',
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue