Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: mark more strings to translate
  • Loading branch information
perexg committed Jun 21, 2015
1 parent ebb4f78 commit c9edd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/tvheadend.js
Expand Up @@ -209,7 +209,7 @@ tvheadend.VideoPlayer = function(url) {
mode: 'local',
editable: true,
triggerAction: 'all',
emptyText: 'Select channel...'
emptyText: _('Select channel...)'
});

selectChannel.on('select', function(c, r) {
Expand Down Expand Up @@ -246,7 +246,7 @@ tvheadend.VideoPlayer = function(url) {
mode: 'local',
editable: false,
triggerAction: 'all',
emptyText: 'Select stream profile...',
emptyText: _('Select stream profile...'),
store: tvheadend.profiles
});

Expand Down

0 comments on commit c9edd64

Please sign in to comment.