From: Mark Clarkstone Date: Mon, 18 Apr 2016 00:01:48 +0000 (+0100) Subject: mdhelp: fix some little niggles X-Git-Tag: v4.2.1~610 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ba032cca3aa152f1def4a12fe940aa4775aac11;p=thirdparty%2Ftvheadend.git mdhelp: fix some little niggles --- diff --git a/docs/class/dvrautorec.md b/docs/class/dvrautorec.md index c25d40204..b7f3ca479 100644 --- a/docs/class/dvrautorec.md +++ b/docs/class/dvrautorec.md @@ -48,7 +48,7 @@ automatically start being recorded.** ###Editing an Entry -Highlight (select) the desired entry within the grid then click the *[Edit]* +Highlight (select) the desired entry within the grid, then click the *[Edit]* button from the menu bar. **Tip**: You can quickly make changes to an entry by double-clicking on diff --git a/docs/class/dvrtimerec.md b/docs/class/dvrtimerec.md index 3a34a1c16..bc7473012 100644 --- a/docs/class/dvrtimerec.md +++ b/docs/class/dvrtimerec.md @@ -31,7 +31,7 @@ Note that when you create a rule/entry it will also generate a [DVR Entry](class ###Editing an Entry -Highlight (select) the desired entry within the grid then click the *[Edit]* +Highlight (select) the desired entry within the grid, then click the *[Edit]* button from the menu bar. **Tip**: You can quickly make changes to an entry by double-clicking on diff --git a/docs/class/ipblocking.md b/docs/class/ipblocking.md index 82933c11d..9f3948c03 100644 --- a/docs/class/ipblocking.md +++ b/docs/class/ipblocking.md @@ -1,4 +1,2 @@ -##Configuration - IP Blocking Records - This tab allows to configure blocked IP ranges. Users within these ranges are not allowed to login (use any Tvheadend service). diff --git a/src/access.c b/src/access.c index 083c89aa4..2876f62a9 100644 --- a/src/access.c +++ b/src/access.c @@ -1367,7 +1367,7 @@ CLASS_DOC(access_entry) const idclass_t access_entry_class = { .ic_class = "access", - .ic_caption = N_("Access Entries"), + .ic_caption = N_("Access Configuration - Access Entries"), .ic_event = "access", .ic_perm_def = ACCESS_ADMIN, .ic_doc = tvh_doc_access_entry_class, @@ -1799,7 +1799,7 @@ CLASS_DOC(passwd) const idclass_t passwd_entry_class = { .ic_class = "passwd", - .ic_caption = N_("Configuration - Passwords"), + .ic_caption = N_("Access Configuration - Passwords"), .ic_event = "passwd", .ic_perm_def = ACCESS_ADMIN, .ic_doc = tvh_doc_passwd_class, @@ -1951,7 +1951,7 @@ CLASS_DOC(ipblocking) const idclass_t ipblock_entry_class = { .ic_class = "ipblocking", - .ic_caption = N_("IP blocking"), + .ic_caption = N_("Access Configuration - IP Blocking"), .ic_event = "ipblocking", .ic_perm_def = ACCESS_ADMIN, .ic_doc = tvh_doc_ipblocking_class, diff --git a/src/imagecache.c b/src/imagecache.c index f0785611c..17156bf44 100644 --- a/src/imagecache.c +++ b/src/imagecache.c @@ -76,7 +76,7 @@ CLASS_DOC(imagecache) const idclass_t imagecache_class = { .ic_snode = (idnode_t *)&imagecache_conf, .ic_class = "imagecache", - .ic_caption = N_("Configuration - Image cache"), + .ic_caption = N_("Configuration - Image Cache"), .ic_event = "imagecache", .ic_perm_def = ACCESS_ADMIN, .ic_doc = tvh_doc_imagecache_class, diff --git a/src/satip/server.c b/src/satip/server.c index 752498a2f..fd41679b8 100644 --- a/src/satip/server.c +++ b/src/satip/server.c @@ -571,7 +571,7 @@ CLASS_DOC(satip_server) const idclass_t satip_server_class = { .ic_snode = (idnode_t *)&satip_server_conf, .ic_class = "satip_server", - .ic_caption = N_("Configuration - SAT>IP server"), + .ic_caption = N_("Configuration - SAT>IP Server"), .ic_event = "satip_server", .ic_perm_def = ACCESS_ADMIN, .ic_doc = tvh_doc_satip_server_class, diff --git a/src/webui/static/app/config.js b/src/webui/static/app/config.js index 9d9bea5f9..60e83cef0 100644 --- a/src/webui/static/app/config.js +++ b/src/webui/static/app/config.js @@ -105,7 +105,7 @@ tvheadend.imgcacheconf = function(panel, index) { tvheadend.idnode_simple(panel, { url: 'api/imagecache/config', - title: _('Image cache'), + title: _('Image Cache'), iconCls: 'imgcacheconf', tabIndex: index, comet: 'imagecache',