Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[squash] fix recording info button tooltip
  • Loading branch information
Jalle19 authored and perexg committed Aug 6, 2014
1 parent 582f289 commit 89a4848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Expand Up @@ -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);
}
Expand Down

0 comments on commit 89a4848

Please sign in to comment.