1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue

PHPBB3-10690
This commit is contained in:
Joas Schilling
2012-03-14 22:22:22 +01:00
parent 7dfb8d7c20
commit 33dce916e2
3 changed files with 3 additions and 2 deletions

View File

@@ -238,6 +238,7 @@ $lang = array_merge($lang, array(
'NO_POST' => 'You have to select a post in order to warn the user for a post.',
'NO_POST_REPORT' => 'This post was not reported.',
'NO_POST_SELECTED' => 'You must select at least one post to perform this action.',
'NO_POSTS_QUEUE' => 'There are no posts waiting for approval.',
'NO_REASON_DISAPPROVAL' => 'Please give an appropriate reason for disapproval.',
'NO_REPORT' => 'No report found',
'NO_REPORTS' => 'No reports found',