mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10508] Marked as read message now less specific.
Changed 'The selected forums have been marked read' to 'Forums have been marked read' PHPBB3-10508
This commit is contained in:
parent
51bc9540cf
commit
0df3f1c5d0
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ $lang = array_merge($lang, array(
|
||||||
'FORM_INVALID' => 'The submitted form was invalid. Try submitting again.',
|
'FORM_INVALID' => 'The submitted form was invalid. Try submitting again.',
|
||||||
'FORUM' => 'Forum',
|
'FORUM' => 'Forum',
|
||||||
'FORUMS' => 'Forums',
|
'FORUMS' => 'Forums',
|
||||||
'FORUMS_MARKED' => 'The selected forums have been marked read.',
|
'FORUMS_MARKED' => 'Forums have been marked read.',
|
||||||
'FORUM_CAT' => 'Forum category',
|
'FORUM_CAT' => 'Forum category',
|
||||||
'FORUM_INDEX' => 'Board index',
|
'FORUM_INDEX' => 'Board index',
|
||||||
'FORUM_LINK' => 'Forum link',
|
'FORUM_LINK' => 'Forum link',
|
||||||
|
|
Loading…
Add table
Reference in a new issue