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

index 2e588d978c206942c23074587797432c02e180c2..f182a8fa86113ed04aab1dc909c674f1f12c2654 100644 (file)
@@ -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');
                 }