|
From: James A. <th...@us...> - 2002-02-03 18:17:11
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv22349/templates/subSilver
Modified Files:
viewtopic_poll_result.tpl
Log Message:
Fixed bug #512194. Note to translators I had to add 1 string to the lang_main file for Total Votes
Index: viewtopic_poll_result.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_poll_result.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** viewtopic_poll_result.tpl 2001/10/01 23:22:18 1.2
--- viewtopic_poll_result.tpl 2002/02/03 18:17:09 1.3
***************
*** 29,33 ****
</tr>
<tr>
! <td colspan="4" align="center"><span class="gen"><b>Total Votes : {TOTAL_VOTES}</b></span></td>
</tr>
</table>
--- 29,33 ----
</tr>
<tr>
! <td colspan="4" align="center"><span class="gen"><b>{L_TOTAL_VOTES} : {TOTAL_VOTES}</b></span></td>
</tr>
</table>
|