From: Piotr Kuchciak Date: Sat, 20 Jun 2015 10:36:10 +0000 (+0200) Subject: WEBUI JS: mark 'Number Down' strings to translate X-Git-Tag: v4.2.1~2290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eff3b089fc6eeb9b6908fa4c826e3df8c5b565a;p=thirdparty%2Ftvheadend.git WEBUI JS: mark 'Number Down' strings to translate --- diff --git a/src/webui/static/app/chconf.js b/src/webui/static/app/chconf.js index d7260cd40..c9edb0b80 100644 --- a/src/webui/static/app/chconf.js +++ b/src/webui/static/app/chconf.js @@ -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 }); },