Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: DVR - change 'DVR Autorec entries' to 'Autorecs' and 'Time Sch…
…edules' to 'Timers'
  • Loading branch information
perexg committed Dec 3, 2015
1 parent 65e8d29 commit c306193
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/webui/static/app/dvr.js
Expand Up @@ -569,8 +569,8 @@ tvheadend.autorec_editor = function(panel, index) {

tvheadend.idnode_grid(panel, {
url: 'api/dvr/autorec',
titleS: _('DVR Autorec Entry'),
titleP: _('DVR Autorec Entries'),
titleS: _('Autorec'),
titleP: _('Autorecs'),
iconCls: 'autoRec',
tabIndex: index,
columns: {
Expand Down Expand Up @@ -636,9 +636,9 @@ tvheadend.timerec_editor = function(panel, index) {

tvheadend.idnode_grid(panel, {
url: 'api/dvr/timerec',
titleS: _('Time Schedule'),
titleP: _('Time Schedules'),
iconCls: 'time_schedules',
titleS: _('Timer'),
titleP: _('Timers'),
iconCls: 'timers',
tabIndex: index,
columns: {
enabled: { width: 50 },
Expand Down Expand Up @@ -674,7 +674,7 @@ tvheadend.timerec_editor = function(panel, index) {
direction: 'ASC'
},
help: function() {
new tvheadend.help(_('DVR Timerec'), 'dvr_timerec.html');
new tvheadend.help(_('DVR Timers'), 'dvr_timerec.html');
}
});

Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/ext.css
Expand Up @@ -548,7 +548,7 @@
background-image: url(../icons/broadcast_details.png) !important;
}

.time_schedules{
.timers{
background-image: url(../icons/time_schedules.png) !important;
}

Expand Down

0 comments on commit c306193

Please sign in to comment.