]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI JS: mark 'Number Down' strings to translate
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Sat, 20 Jun 2015 10:36:10 +0000 (12:36 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 20 Jun 2015 13:14:50 +0000 (15:14 +0200)
src/webui/static/app/chconf.js

index d7260cd402a681bef72f1ab565b4d75d5282be6f..c9edb0b80a532f5006c2c74c20d53f94e62026be 100644 (file)
@@ -179,9 +179,9 @@ tvheadend.channel_tab = function(panel, index)
         name: 'nodown',
         builder: function() {
             return new Ext.Toolbar.Button({
-                tooltip: 'Move channel one number down',
+                tooltip: _('Move channel one number down'),
                 iconCls: 'arrow_down',
-                text: 'Number Down',
+                text: _('Number Down'),
                 disabled: false
             });
         },