]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Small fix: Memory info entr(y/ies) = Memory Info Entr(y/ies)
authorMark Clarkstone <hello@markclarkstone.co.uk>
Mon, 28 Mar 2016 09:06:16 +0000 (10:06 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Mar 2016 10:54:56 +0000 (12:54 +0200)
src/webui/static/app/tvhlog.js

index 6fc7ce3a6637fb3d27b4a0733a449d1fb7a5c162..d0b09a96df303793c1c23c2f23a6bc6e0d19e965 100644 (file)
@@ -35,8 +35,8 @@ tvheadend.memoryinfo = function(panel, index)
 {
     tvheadend.idnode_grid(panel, {
         url: 'api/memoryinfo',
-        titleS: _('Memory info entry'),
-        titleP: _('Memory info entries'),
+        titleS: _('Memory Info Entry'),
+        titleP: _('Memory Info Entries'),
         iconCls: 'exclamation',
         tabIndex: index,
         readonly: true,