[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:
Andreas Fischer 2011-03-10 16:12:32 +01:00
parent c78637da1a
commit dfbd8f7de9
2 changed files with 2 additions and 1 deletions

View file

@ -322,6 +322,7 @@ $lang = array_merge($lang, array(
'MARK' => 'Mark', 'MARK' => 'Mark',
'MARK_ALL' => 'Mark all', 'MARK_ALL' => 'Mark all',
'MARK_FORUMS_READ' => 'Mark forums read', 'MARK_FORUMS_READ' => 'Mark forums read',
'MARK_SUBFORUMS_READ' => 'Mark subforums read',
'MB' => 'MB', 'MB' => 'MB',
'MIB' => 'MiB', 'MIB' => 'MiB',
'MCP' => 'Moderator Control Panel', 'MCP' => 'Moderator Control Panel',

View file

@ -28,7 +28,7 @@
<!-- IF S_HAS_SUBFORUM --> <!-- IF S_HAS_SUBFORUM -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS --> <!-- IF not S_IS_BOT and U_MARK_FORUMS -->
<ul class="linklist"> <ul class="linklist">
<li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></li> <li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_SUBFORUMS_READ}</a></li>
</ul> </ul>
<!-- ENDIF --> <!-- ENDIF -->
<!-- INCLUDE forumlist_body.html --> <!-- INCLUDE forumlist_body.html -->