Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: 'edit' translation changed
need different translation for german
  • Loading branch information
alexkn authored and perexg committed Jun 22, 2015
1 parent f2313b6 commit 38a000b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/idnode.js
Expand Up @@ -1266,7 +1266,7 @@ tvheadend.idnode_grid = function(panel, conf)
});
p.setSize(800, 600);
var w = new Ext.Window({
title: _('Edit') + ' ' + conf.titleS,
title: String.format(_('Edit {0}'), conf.titleS),
iconCls: 'edit',
layout: 'fit',
autoWidth: true,
Expand All @@ -1290,7 +1290,7 @@ tvheadend.idnode_grid = function(panel, conf)
var c = {win: w};
var p = tvheadend.idnode_editor(d[0], c);
w = new Ext.Window({
title: _('Edit') + ' ' + conf.titleS,
title: String.format(_('Edit {0}'), conf.titleS),
iconCls: 'edit',
layout: 'fit',
autoWidth: true,
Expand Down

0 comments on commit 38a000b

Please sign in to comment.