1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 00:02:18 +02:00

[ticket/12519] Restore m_approve language description

Restore acl_m_approve language description to:
"Can approve and restore posts"

PHPBB3-12519
This commit is contained in:
n-aleha 2014-05-12 22:15:39 +03:00
parent f37ff48e2c
commit 9c8e228236

View File

@ -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',