Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: tiny change - view level string separation
  • Loading branch information
perexg committed Dec 3, 2015
1 parent a99b07b commit 4bfa287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/idnode.js
Expand Up @@ -610,7 +610,7 @@ tvheadend.idnode_uilevel_menu = function(uilevel, handler)
b = new Ext.Toolbar.Button({
tooltip: _('Change the user interface level (basic, advanced, expert)'),
iconCls: 'uilevel',
text: _('View level: ') + text(uilevel),
text: _('View level') + ': ' + text(uilevel),
menu: m,
tvh_uilevel_set: function (l, refresh) {
b.setText(_('View level: ') + text(l));
Expand Down

0 comments on commit 4bfa287

Please sign in to comment.