Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: mark 'Number Down' strings to translate
  • Loading branch information
pepsonEL authored and perexg committed Jun 20, 2015
1 parent 8d561f1 commit 8eff3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/chconf.js
Expand Up @@ -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
});
},
Expand Down

0 comments on commit 8eff3b0

Please sign in to comment.