web/client.php
changeset 616 151ebf102b92
parent 593 faaec96c4dc8
child 620 953c68b4da79
--- a/web/client.php	Tue May 15 15:59:58 2012 +0200
+++ b/web/client.php	Wed May 16 12:38:49 2012 +0200
@@ -317,7 +317,7 @@
                             />
                         </object>
                     <?php elseif(isset($config['islive_embed']) && $config['islive_embed']):?>
-                        <?php echo str_replace(array('{{width}}','{{height}}'), array($videoWidth, $videoHeight), $config['islive_embed']); ?>
+                        <?php echo str_replace(array('{{width}}','{{height}}'), array($videoWidth, $videoHeight), $translate->_($config['islive_embed'])); ?>
                     <?php else: ?>
                         <img class="live-thumbnail" src="<?php echo($big_visual_url); ?>" />
                     <?php endif; ?>