mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-20 07:42:09 +02:00
Merge pull request #2452 from n-aleha/ticket/12519
[ticket/12519] Restore m_approve language description * n-aleha/ticket/12519: [ticket/12519] Restore m_approve language description
This commit is contained in:
commit
bec9b7c34e
@ -142,7 +142,7 @@ $lang = array_merge($lang, array(
|
||||
'ACL_M_EDIT' => 'Can edit posts',
|
||||
'ACL_M_DELETE' => 'Can permanently delete posts',
|
||||
'ACL_M_SOFTDELETE' => 'Can soft delete posts<br /><em>Moderators, who have the approve posts permission, can restore soft deleted posts.</em>',
|
||||
'ACL_M_APPROVE' => 'Can approve posts',
|
||||
'ACL_M_APPROVE' => 'Can approve and restore posts',
|
||||
'ACL_M_REPORT' => 'Can close and delete reports',
|
||||
'ACL_M_CHGPOSTER' => 'Can change post author',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user