Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Add missing comma..
  • Loading branch information
Mark Clarkstone authored and perexg committed Feb 4, 2016
1 parent 3027405 commit 844db29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_ca.c
Expand Up @@ -219,7 +219,7 @@ const idclass_t linuxdvb_ca_class =
.type = PT_STR,
.id = "pin_match",
.name = N_("PIN inquiry match string"),
.desc = N_("PIN inquiry match string.")
.desc = 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 844db29

Please sign in to comment.