Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
missing strings for localization
  • Loading branch information
mario-tux authored and perexg committed Oct 23, 2015
1 parent aa17168 commit 3af4e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/servicemapper.js
Expand Up @@ -116,14 +116,14 @@ tvheadend.service_mapper = function(t, e, store, select)

/* Form */
var undoBtn = new Ext.Button({
text: 'Cancel',
text: _('Cancel'),
handler: function() {
win.close();
}
});

var saveBtn = new Ext.Button({
text: 'Map',
text: _('Map'),
tooltip: _('Begin mapping'),
handler: function() {
p = null;
Expand Down

0 comments on commit 3af4e56

Please sign in to comment.