mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/8802] Rename "Mark forums read" to "Mark subforums read" for subforums.
Clicking "Mark forums read" when not browsing on the index page only marks all subforums (and sub-sub forums etc.) read, topics in the current forum have to marked seperately by clicking the "Mark topics read" link. Let's indicate this circumstance by using the word "subforums". PHPBB3-8802
This commit is contained in:
@@ -322,6 +322,7 @@ $lang = array_merge($lang, array(
|
||||
'MARK' => 'Mark',
|
||||
'MARK_ALL' => 'Mark all',
|
||||
'MARK_FORUMS_READ' => 'Mark forums read',
|
||||
'MARK_SUBFORUMS_READ' => 'Mark subforums read',
|
||||
'MB' => 'MB',
|
||||
'MIB' => 'MiB',
|
||||
'MCP' => 'Moderator Control Panel',
|
||||
|
Reference in New Issue
Block a user