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 3af4e56 commit 231a430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/epg.js
Expand Up @@ -225,7 +225,7 @@ tvheadend.epgDetails = function(event) {

buttons.push(new Ext.Button({
handler: function() { win.close(); },
text: "Close"
text: _("Close")
}));

}
Expand Down

0 comments on commit 231a430

Please sign in to comment.