]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
missing strings for localization
authorMario Di Raimondo <mario.diraimondo@gmail.com>
Fri, 23 Oct 2015 11:15:48 +0000 (13:15 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Oct 2015 12:52:19 +0000 (14:52 +0200)
src/webui/static/app/servicemapper.js

index cf8aed5f50de621b2aaef7e990962980410b5685..a3eac5ffbeceb3478b8d45be22b2805706fa4781 100644 (file)
@@ -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;