Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: epg refresh translation
  • Loading branch information
alexkn authored and perexg committed Jul 1, 2015
1 parent 568d0ef commit bd212a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/webui/static/app/i18n-post.js
Expand Up @@ -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...");

Expand Down

0 comments on commit bd212a7

Please sign in to comment.