aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/subSilver
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2002-02-03 18:17:09 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2002-02-03 18:17:09 +0000
commitc56dbf86eea94f2a6b79f0457a6c102ed78233a9 (patch)
tree98d40a2f4317d0dd9f289c0b7cbbf8ce348f8bf5 /phpBB/templates/subSilver
parent60a72ee8dd6dd44a7b36260a8908179218576734 (diff)
downloadforums-c56dbf86eea94f2a6b79f0457a6c102ed78233a9.tar
forums-c56dbf86eea94f2a6b79f0457a6c102ed78233a9.tar.gz
forums-c56dbf86eea94f2a6b79f0457a6c102ed78233a9.tar.bz2
forums-c56dbf86eea94f2a6b79f0457a6c102ed78233a9.tar.xz
forums-c56dbf86eea94f2a6b79f0457a6c102ed78233a9.zip
Fixed bug #512194. Note to translators I had to add 1 string to the lang_main file for Total Votes
git-svn-id: file:///svn/phpbb/trunk@2044 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver')
-rw-r--r--phpBB/templates/subSilver/viewtopic_poll_result.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_poll_result.tpl b/phpBB/templates/subSilver/viewtopic_poll_result.tpl
index 4da0300234..45d11eaade 100644
--- a/phpBB/templates/subSilver/viewtopic_poll_result.tpl
+++ b/phpBB/templates/subSilver/viewtopic_poll_result.tpl
@@ -28,7 +28,7 @@
</td>
</tr>
<tr>
- <td colspan="4" align="center"><span class="gen"><b>Total Votes : {TOTAL_VOTES}</b></span></td>
+ <td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td>
</tr>
</table>
<br clear="all" />