diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2011-03-10 16:12:32 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2011-03-10 16:28:46 +0100 |
| commit | dfbd8f7de90b3faa1a0b0162538dfe5530a274ff (patch) | |
| tree | 3dd14a94262aaf6b854331e5910f3cb3302d452c /phpBB/language/en/common.php | |
| parent | c78637da1abbad30b9000c2f8dbf6b513357c4ca (diff) | |
| download | forums-dfbd8f7de90b3faa1a0b0162538dfe5530a274ff.tar forums-dfbd8f7de90b3faa1a0b0162538dfe5530a274ff.tar.gz forums-dfbd8f7de90b3faa1a0b0162538dfe5530a274ff.tar.bz2 forums-dfbd8f7de90b3faa1a0b0162538dfe5530a274ff.tar.xz forums-dfbd8f7de90b3faa1a0b0162538dfe5530a274ff.zip | |
[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
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index db60cbf227..7065b8add3 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -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', |
