From: Mario Di Raimondo Date: Fri, 23 Oct 2015 11:25:31 +0000 (+0200) Subject: missing strings for localization X-Git-Tag: v4.2.1~1796 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f9a1c15b0178f6a2cfbd0f1270844e909dabe01;p=thirdparty%2Ftvheadend.git missing strings for localization --- diff --git a/src/webui/static/tv.js b/src/webui/static/tv.js index 2e588d978..f182a8fa8 100644 --- a/src/webui/static/tv.js +++ b/src/webui/static/tv.js @@ -463,7 +463,7 @@ tv.app = function() { // Play button that calls the "I've pressed Enter!" event when clicked var playButton = new Ext.Button({ - text: 'Play Selected Channel', + text: _('Play Selected Channel'), handler: function() { chList.fireEvent('naventer'); }