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}