]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WebUI: fix capitalisation of getTotalCount function - fixes #3180
authorProfYaffle <ian@sproink.co.uk>
Tue, 20 Oct 2015 15:21:10 +0000 (16:21 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 20 Oct 2015 21:18:25 +0000 (23:18 +0200)
src/webui/static/app/epg.js

index 6c651a1877678e7f71868b860af979032f5e8085..49d5fb3db4c9524a74bb39b1235c6ed293e344a8 100644 (file)
@@ -1021,7 +1021,7 @@ tvheadend.epg = function() {
                 + '<div class="x-smallhdr">' + _('Genre') + ':</div>' + contentType + '<br>'
                 + '<div class="x-smallhdr">' + _('Duration') + ':</div>' + duration + '<br>'
                 + '<br><br>'
-                + 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')