[squash] fix recording info button tooltip

This commit is contained in:
Sam Stenvall 2014-08-05 14:54:44 +03:00 committed by Jaroslav Kysela
parent 582f289551
commit 89a484845e

View file

@ -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);
}