diff options
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" /> |