[squash] fix recording info button tooltip
This commit is contained in:
parent
582f289551
commit
89a484845e
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ tvheadend.dvrschedule = function(title, iconCls, dvrStore) {
|
|||
},
|
||||
{
|
||||
iconCls: 'info',
|
||||
qtip: 'Detailed stream info',
|
||||
qtip: 'Recording details',
|
||||
cb: function(grid, rec, act, row) {
|
||||
new tvheadend.dvrDetails(grid.getStore().getAt(row).data);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue