From: Mario Di Raimondo Date: Fri, 23 Oct 2015 11:21:38 +0000 (+0200) Subject: missing strings for localization X-Git-Tag: v4.2.1~1797 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=231a430ee150540e573ea697afcc7ada34b562c1;p=thirdparty%2Ftvheadend.git missing strings for localization --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 49d5fb3db..18f33fb41 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -225,7 +225,7 @@ tvheadend.epgDetails = function(event) { buttons.push(new Ext.Button({ handler: function() { win.close(); }, - text: "Close" + text: _("Close") })); }