From: Mario Di Raimondo Date: Fri, 23 Oct 2015 11:15:48 +0000 (+0200) Subject: missing strings for localization X-Git-Tag: v4.2.1~1798 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3af4e56308a775b031843a1e63b450a17d439d87;p=thirdparty%2Ftvheadend.git missing strings for localization --- diff --git a/src/webui/static/app/servicemapper.js b/src/webui/static/app/servicemapper.js index cf8aed5f5..a3eac5ffb 100644 --- a/src/webui/static/app/servicemapper.js +++ b/src/webui/static/app/servicemapper.js @@ -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;