Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: service info dialogs - more intl lang strings
  • Loading branch information
perexg committed Jan 22, 2016
1 parent a3d6725 commit 1aa0073
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/webui/static/app/mpegts.js
Expand Up @@ -165,11 +165,11 @@ tvheadend.show_service_streams = function(data) {
function header( ) {
html += '<table style="font-size:8pt;font-family:monospace;padding:2px"';
html += '<tr>';
html += '<th style="width:50px;font-weight:bold">Index</th>';
html += '<th style="width:120px;font-weight:bold">PID</th>';
html += '<th style="width:100px;font-weight:bold">Type</th>';
html += '<th style="width:75px;font-weight:bold">Language</th>';
html += '<th style="width:*;font-weight:bold">Details</th>';
html += '<th style="width:50px;font-weight:bold">' + _('Index') + '</th>';
html += '<th style="width:120px;font-weight:bold">' + _('PID') + '</th>';
html += '<th style="width:100px;font-weight:bold">' + _('Type') + '</th>';
html += '<th style="width:75px;font-weight:bold">' + _('Language') + '</th>';
html += '<th style="width:*;font-weight:bold">' + _('Details') + '</th>';
html += '</tr>';

}
Expand Down

0 comments on commit 1aa0073

Please sign in to comment.