]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
missing strings for localization
authorMario Di Raimondo <mario.diraimondo@gmail.com>
Fri, 23 Oct 2015 11:21:38 +0000 (13:21 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Oct 2015 12:52:19 +0000 (14:52 +0200)
src/webui/static/app/epg.js

index 49d5fb3db4c9524a74bb39b1235c6ed293e344a8..18f33fb4101ab05d9fd7a74c7a5eb7457d2e1097 100644 (file)
@@ -225,7 +225,7 @@ tvheadend.epgDetails = function(event) {
 
         buttons.push(new Ext.Button({
             handler: function() { win.close(); },
-            text: "Close"
+            text: _("Close")
         }));
 
     }