diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-25 14:16:53 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-25 14:16:53 +0200 |
commit | 5265091c83d4fc2228e1840c47e727c11d59de3c (patch) | |
tree | 82791a8ceaf1b5d96ced910c7c9ed87a6667ac6e /phpBB/includes | |
parent | d083f292445503a13fa9e9a0f1e86eee05358c18 (diff) | |
parent | e42b316d87dcd6dade0147cd6308af5b4a5bf305 (diff) | |
download | forums-5265091c83d4fc2228e1840c47e727c11d59de3c.tar forums-5265091c83d4fc2228e1840c47e727c11d59de3c.tar.gz forums-5265091c83d4fc2228e1840c47e727c11d59de3c.tar.bz2 forums-5265091c83d4fc2228e1840c47e727c11d59de3c.tar.xz forums-5265091c83d4fc2228e1840c47e727c11d59de3c.zip |
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...
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 5836d8816d..68b1356297 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -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'], 'LAST_POST_IMG' => $user->img('icon_topic_latest', 'VIEW_LATEST_POST'), '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) |