]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: correct the ca titles - previous captions were too long for the webui dropdow...
authorMark Clarkstone <hello@markclarkstone.co.uk>
Mon, 2 May 2016 13:58:35 +0000 (14:58 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 May 2016 11:11:14 +0000 (13:11 +0200)
src/descrambler/capmt.c
src/descrambler/constcw.c
src/descrambler/cwc.c

index d3ecdd6be5390baa1837e0ebac90d39c22cb983a..8800c6ef977fc50fe04e1c4d18287b214152d452 100644 (file)
@@ -2287,7 +2287,7 @@ const idclass_t caclient_capmt_class =
 {
   .ic_super      = &caclient_class,
   .ic_class      = "caclient_capmt",
-  .ic_caption    = N_("CA Client - CAPMT (Linux Network DVBAPI)"),
+  .ic_caption    = N_("CAPMT (Linux Network DVBAPI)"),
   .ic_properties = (const property_t[]){
     {
       .type     = PT_INT,
index 8b88d8bccf01139de2c4c7b7bcd19f630c5bb02e..8117d2000b689489a98bd257bee0705dbdfe7187 100644 (file)
@@ -282,7 +282,7 @@ const idclass_t caclient_ccw_des_class =
 {
   .ic_super      = &caclient_class,
   .ic_class      = "caclient_ccw_des",
-  .ic_caption    = N_("CA Client - DES Constant Code Word"),
+  .ic_caption    = N_("DES Constant Code Word"),
   .ic_properties = (const property_t[]){
     {
       .type     = PT_U16,
@@ -348,7 +348,7 @@ const idclass_t caclient_ccw_aes_class =
 {
   .ic_super      = &caclient_class,
   .ic_class      = "caclient_ccw_aes",
-  .ic_caption    = N_("CA Client - AES Constant Code Word"),
+  .ic_caption    = N_("AES Constant Code Word"),
   .ic_properties = (const property_t[]){
     {
       .type     = PT_U16,
index f5075c0da7256ae04dddf56c290468f53a643e87..c62cc46f7a56f011de09fd5e5ab35ac8516e5948 100644 (file)
@@ -1798,7 +1798,7 @@ const idclass_t caclient_cwc_class =
 {
   .ic_super      = &caclient_class,
   .ic_class      = "caclient_cwc",
-  .ic_caption    = N_("CA Client - Code Word Client (newcamd)"),
+  .ic_caption    = N_("Code Word Client (newcamd)"),
   .ic_properties = (const property_t[]){
     {
       .type     = PT_STR,