Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update linuxdvb_ca.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent e1e65bc commit bfb13e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/linuxdvb/linuxdvb_ca.c
Expand Up @@ -199,7 +199,7 @@ const idclass_t linuxdvb_ca_class =
{
.type = PT_BOOL,
.id = "pin_reply",
.name = N_("Reply to CAM PIN enquiries"),
.name = N_("Reply to CAM PIN inquiries"),
.off = offsetof(linuxdvb_ca_t, lca_pin_reply),
.opts = PO_ADVANCED,
},
Expand All @@ -214,7 +214,7 @@ const idclass_t linuxdvb_ca_class =
{
.type = PT_STR,
.id = "pin_match",
.name = N_("PIN enquiry match string"),
.name = N_("PIN inquiry match string"),
.off = offsetof(linuxdvb_ca_t, lca_pin_match_str),
.opts = PO_ADVANCED,
.def.s = "PIN",
Expand Down

0 comments on commit bfb13e0

Please sign in to comment.