From c56dbf86eea94f2a6b79f0457a6c102ed78233a9 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Sun, 3 Feb 2002 18:17:09 +0000 Subject: [PATCH] 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 --- phpBB/language/lang_english/lang_main.php | 1 + phpBB/templates/subSilver/viewtopic_poll_result.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php index c196446bd7..aeb553e611 100644 --- a/phpBB/language/lang_english/lang_main.php +++ b/phpBB/language/lang_english/lang_main.php @@ -293,6 +293,7 @@ $lang['Start_watching_topic'] = "Watch this topic for replies"; $lang['No_longer_watching'] = "You are no longer watching this topic"; $lang['You_are_watching'] = "You are now watching this topic"; +$lang['Total_votes'] = "Total Votes"; // // Posting/Replying (Not private messaging!) 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 @@ - Total Votes : {TOTAL_VOTES} + {L_TOTAL_VOTES} : {TOTAL_VOTES}