]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: fix some little niggles
authorMark Clarkstone <hello@markclarkstone.co.uk>
Mon, 18 Apr 2016 00:01:48 +0000 (01:01 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 26 Apr 2016 06:46:01 +0000 (08:46 +0200)
docs/class/dvrautorec.md
docs/class/dvrtimerec.md
docs/class/ipblocking.md
src/access.c
src/imagecache.c
src/satip/server.c
src/webui/static/app/config.js

index c25d402044d71ed490ae3e1445f563d2eeaa7420..b7f3ca4792c144c502a69fb462570086007549e2 100644 (file)
@@ -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 
index 3a34a1c165d3f6573f702b5c44d6326b785a3e2f..bc7473012ec14e7760844402713b0734fa086053 100644 (file)
@@ -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 
index 82933c11d6467b8566de026d4eb08206f796a529..9f3948c035c3b06996c43fe9334a969f4c8c42bf 100644 (file)
@@ -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).
index 083c89aa4cafac9a48730bfb77ac2d4cd48207b3..2876f62a93742d9f635e6aa73828f28c9cf6dd8f 100644 (file)
@@ -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,
index f0785611cd051574539220b67ba788cf353b8ce5..17156bf44a12786aa07436705263c076742f8add 100644 (file)
@@ -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,
index 752498a2f915b85a8cbeccfa15ff51411a195861..fd41679b8fcac0546eb76c5a66a9b7043588f3a5 100644 (file)
@@ -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,
index 9d9bea5f9a405a6a5de729e4e102360b89183618..60e83cef08cd1c9ec36f8e7674ab5abb87bfe873 100644 (file)
@@ -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',