aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/mcp_queue.html
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-03-16 05:29:23 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-03-16 05:29:23 -0400
commit29b11b69f8b169be491b9846840e96495dc28f7e (patch)
treef2674854cc5982dd6e9b36f4c55f49c50eb854ca /phpBB/styles/subsilver2/template/mcp_queue.html
parent7dfb8d7c2022669087b3ed0ba7871b8346e5a6dd (diff)
parent33dce916e2ed58f1823f3b3fc1b2d72ae3c6686a (diff)
downloadforums-29b11b69f8b169be491b9846840e96495dc28f7e.tar
forums-29b11b69f8b169be491b9846840e96495dc28f7e.tar.gz
forums-29b11b69f8b169be491b9846840e96495dc28f7e.tar.bz2
forums-29b11b69f8b169be491b9846840e96495dc28f7e.tar.xz
forums-29b11b69f8b169be491b9846840e96495dc28f7e.zip
Merge remote-tracking branch 'nickvergessen/ticket/10690' into develop
* nickvergessen/ticket/10690: [ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_queue.html')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_queue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_queue.html b/phpBB/styles/subsilver2/template/mcp_queue.html
index 6e39ccd272..d13af91888 100644
--- a/phpBB/styles/subsilver2/template/mcp_queue.html
+++ b/phpBB/styles/subsilver2/template/mcp_queue.html
@@ -27,7 +27,7 @@
</tr>
<!-- BEGINELSE -->
<tr>
- <td class="row1" colspan="4" height="30" align="center" valign="middle"><span class="gen"><!-- IF S_TOPICS -->{L_NO_TOPICS_QUEUE}<!-- ELSE -->{L_UNAPPROVED_POSTS_ZERO_TOTAL}<!-- ENDIF --></span></td>
+ <td class="row1" colspan="4" height="30" align="center" valign="middle"><span class="gen"><!-- IF S_TOPICS -->{L_NO_TOPICS_QUEUE}<!-- ELSE -->{L_NO_POSTS_QUEUE}<!-- ENDIF --></span></td>
</tr>
<!-- END postrow -->
<tr>