diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2002-02-03 18:17:09 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2002-02-03 18:17:09 +0000 |
commit | c56dbf86eea94f2a6b79f0457a6c102ed78233a9 (patch) | |
tree | 98d40a2f4317d0dd9f289c0b7cbbf8ce348f8bf5 /phpBB/templates/subSilver | |
parent | 60a72ee8dd6dd44a7b36260a8908179218576734 (diff) | |
download | forums-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.tpl | 2 |
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" /> |