Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Fix another mistake..
  • Loading branch information
Mark Clarkstone authored and perexg committed Feb 4, 2016
1 parent 844db29 commit ae77a97
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 @@ -194,7 +194,7 @@ const idclass_t linuxdvb_ca_class =
.type = PT_BOOL,
.id = "high_bitrate_mode",
.name = N_("High bitrate mode (CI+ CAMs only)"),
.name = N_("Allow high bitrate mode."),
.desc = N_("Allow high bitrate mode (CI+ CAMs only)."),
.off = offsetof(linuxdvb_ca_t, lca_high_bitrate_mode),
.notify = linuxdvb_ca_class_high_bitrate_notify,
},
Expand Down

0 comments on commit ae77a97

Please sign in to comment.