From: Mark Clarkstone Date: Mon, 2 May 2016 13:58:35 +0000 (+0100) Subject: mdhelp: correct the ca titles - previous captions were too long for the webui dropdow... X-Git-Tag: v4.2.1~583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfe1fda1cdb815aef0ee52b1ec2a6670b9fa98d4;p=thirdparty%2Ftvheadend.git mdhelp: correct the ca titles - previous captions were too long for the webui dropdown (when adding a client) --- diff --git a/src/descrambler/capmt.c b/src/descrambler/capmt.c index d3ecdd6be..8800c6ef9 100644 --- a/src/descrambler/capmt.c +++ b/src/descrambler/capmt.c @@ -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, diff --git a/src/descrambler/constcw.c b/src/descrambler/constcw.c index 8b88d8bcc..8117d2000 100644 --- a/src/descrambler/constcw.c +++ b/src/descrambler/constcw.c @@ -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, diff --git a/src/descrambler/cwc.c b/src/descrambler/cwc.c index f5075c0da..c62cc46f7 100644 --- a/src/descrambler/cwc.c +++ b/src/descrambler/cwc.c @@ -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,