mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
Merge pull request #2649 from VSEphpbb/ticket/12760
[ticket/12760] Fix wording for unapproved posts icon... * VSEphpbb/ticket/12760: [ticket/12760] Fix wording for unapproved posts icon...
This commit is contained in:
commit
5265091c83
2 changed files with 2 additions and 1 deletions
|
@ -622,7 +622,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
||||||
'L_SUBFORUM' => ($visible_forums == 1) ? $user->lang['SUBFORUM'] : $user->lang['SUBFORUMS'],
|
'L_SUBFORUM' => ($visible_forums == 1) ? $user->lang['SUBFORUM'] : $user->lang['SUBFORUMS'],
|
||||||
'LAST_POST_IMG' => $user->img('icon_topic_latest', 'VIEW_LATEST_POST'),
|
'LAST_POST_IMG' => $user->img('icon_topic_latest', 'VIEW_LATEST_POST'),
|
||||||
'UNAPPROVED_IMG' => $user->img('icon_topic_unapproved', 'TOPICS_UNAPPROVED'),
|
'UNAPPROVED_IMG' => $user->img('icon_topic_unapproved', 'TOPICS_UNAPPROVED'),
|
||||||
'UNAPPROVED_POST_IMG' => $user->img('icon_topic_unapproved', 'POSTS_UNAPPROVED'),
|
'UNAPPROVED_POST_IMG' => $user->img('icon_topic_unapproved', 'POSTS_UNAPPROVED_FORUM'),
|
||||||
));
|
));
|
||||||
|
|
||||||
if ($return_moderators)
|
if ($return_moderators)
|
||||||
|
|
|
@ -564,6 +564,7 @@ $lang = array_merge($lang, array(
|
||||||
'POSTED_ON_DATE' => 'on',
|
'POSTED_ON_DATE' => 'on',
|
||||||
'POSTS' => 'Posts',
|
'POSTS' => 'Posts',
|
||||||
'POSTS_UNAPPROVED' => 'At least one post in this topic has not been approved.',
|
'POSTS_UNAPPROVED' => 'At least one post in this topic has not been approved.',
|
||||||
|
'POSTS_UNAPPROVED_FORUM'=> 'At least one post in this forum has not been approved.',
|
||||||
'POST_BY_AUTHOR' => 'by',
|
'POST_BY_AUTHOR' => 'by',
|
||||||
'POST_BY_FOE' => '<strong>%1$s</strong>, who is currently on your ignore list, made this post.',
|
'POST_BY_FOE' => '<strong>%1$s</strong>, who is currently on your ignore list, made this post.',
|
||||||
'POST_DISPLAY' => '%1$sDisplay this post%2$s.',
|
'POST_DISPLAY' => '%1$sDisplay this post%2$s.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue