]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update linuxdvb_ca.c
authorMark Clarkstone <mpmc@users.noreply.github.com>
Fri, 6 Nov 2015 15:55:11 +0000 (15:55 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 10 Nov 2015 08:30:00 +0000 (09:30 +0100)
src/input/mpegts/linuxdvb/linuxdvb_ca.c

index 11a10089a777ad585915ae9f3b80a29615245032..9c3401bd07a3701c3ba3ed06c1a45d0b8f313a6b 100644 (file)
@@ -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,
     },
@@ -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",