Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: epggrab translations
  • Loading branch information
alexkn authored and perexg committed Jun 23, 2015
1 parent b1909a0 commit 28145ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webui/static/app/epggrab.js
Expand Up @@ -191,7 +191,7 @@ tvheadend.epggrab = function(panel, index) {
width: 200,
sortable: false
}, {
header: 'Path',
header: _('Path'),
dataIndex: 'path',
width: 300,
sortable: false
Expand Down Expand Up @@ -396,7 +396,7 @@ tvheadend.epggrab = function(panel, index) {
externalModuleStore.commitChanges();
},
failure: function(form, action) {
Ext.Msg.alert('Save failed', action.result.errormsg);
Ext.Msg.alert(_('Save failed'), action.result.errormsg);
}
});
}
Expand All @@ -410,7 +410,7 @@ tvheadend.epggrab = function(panel, index) {
},
waitMsg: _('Triggering...'),
failure: function(response, options) {
Ext.Msg.alert('Trigger failed', response.statusText);
Ext.Msg.alert(_('Trigger failed'), response.statusText);
}
});
}
Expand Down

0 comments on commit 28145ff

Please sign in to comment.