Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: correct the ca titles - previous captions were too long for t…
…he webui dropdown (when adding a client)
  • Loading branch information
Mark Clarkstone authored and perexg committed May 4, 2016
1 parent 06fca72 commit bfe1fda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/descrambler/capmt.c
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/descrambler/constcw.c
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/descrambler/cwc.c
Expand Up @@ -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,
Expand Down

0 comments on commit bfe1fda

Please sign in to comment.