From: ProfYaffle Date: Tue, 20 Oct 2015 15:21:10 +0000 (+0100) Subject: WebUI: fix capitalisation of getTotalCount function - fixes #3180 X-Git-Tag: v4.2.1~1851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29a610f7d91f5940406ee81d2b242c023a218d51;p=thirdparty%2Ftvheadend.git WebUI: fix capitalisation of getTotalCount function - fixes #3180 --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 6c651a187..49d5fb3db 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -1021,7 +1021,7 @@ tvheadend.epg = function() { + '
' + _('Genre') + ':
' + contentType + '
' + '
' + _('Duration') + ':
' + duration + '
' + '

' - + sprintf(_('Currently this will match (and record) %d events.'), epgStore.GetTotalCount()) + + sprintf(_('Currently this will match (and record) %d events.'), epgStore.getTotalCount()) + ' ' + 'Are you sure?', function(button) { if (button === 'no')