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 231a430 commit 2f9a1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/tv.js
Expand Up @@ -463,7 +463,7 @@ tv.app = function() {
// Play button that calls the "I've pressed Enter!" event when clicked

var playButton = new Ext.Button({
text: 'Play Selected Channel',
text: _('Play Selected Channel'),
handler: function() {
chList.fireEvent('naventer');
}
Expand Down

0 comments on commit 2f9a1c1

Please sign in to comment.