Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: mark another strings for DVR (confirmation)
  • Loading branch information
perexg committed Jun 30, 2015
1 parent 01215dc commit 39224c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/webui/static/app/dvr.js
Expand Up @@ -320,8 +320,8 @@ tvheadend.dvr_finished = function(panel, index) {
iconCls: 'finishedRec',
tabIndex: index,
del: true,
delquestion: 'Do you really want to delete the selected recordings?<br/><br/>' +
'The associated file will be removed from the storage.',
delquestion: _('Do you really want to delete the selected recordings?') + '<br/><br/>' +
_('The associated file will be removed from the storage.'),
list: 'disp_title,disp_subtitle,episode,start_real,stop_real,' +
'duration,filesize,channelname,owner,creator,' +
'config_name,sched_status,errors,data_errors,url,comment',
Expand Down Expand Up @@ -401,8 +401,8 @@ tvheadend.dvr_failed = function(panel, index) {
iconCls: 'exclamation',
tabIndex: index,
del: true,
delquestion: 'Do you really want to delete the selected recordings?<br/><br/>' +
'The associated file will be removed from the storage.',
delquestion: _('Do you really want to delete the selected recordings?') + '<br/><br/>' +
_('The associated file will be removed from the storage.'),
list: 'disp_title,disp_subtitle,episode,start_real,stop_real,' +
'duration,filesize,channelname,owner,creator,config_name,' +
'status,sched_status,errors,data_errors,url,comment',
Expand Down

0 comments on commit 39224c1

Please sign in to comment.