Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small fix: Memory info entr(y/ies) = Memory Info Entr(y/ies)
  • Loading branch information
Mark Clarkstone authored and perexg committed Mar 28, 2016
1 parent 391659a commit 97a3db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/tvhlog.js
Expand Up @@ -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,
Expand Down

0 comments on commit 97a3db5

Please sign in to comment.