]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI JS: epg refresh translation
authorAlexander Knöbel <alex@belogy.de>
Wed, 1 Jul 2015 17:53:09 +0000 (19:53 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 1 Jul 2015 19:49:11 +0000 (21:49 +0200)
src/webui/static/app/i18n-post.js

index c92ad603e6cf37155fcb625ae71a8a4b7232b24e..05ece2e9f3661155e9fa2e435e22a3b5dc9e2bc2 100644 (file)
@@ -152,6 +152,11 @@ if(Ext.PagingToolbar)
     emptyMsg       : _('No data to display')
   });
 
+if(Ext.ux.grid.livegrid.Toolbar)
+  Ext.apply(Ext.ux.grid.livegrid.Toolbar.prototype, {
+    refreshText    : _("Refresh"),
+  });
+
 if(Ext.form.BasicForm)
     Ext.form.BasicForm.prototype.waitTitle = _("Please Wait...");