]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Fix another mistake..
authorMark Clarkstone <hello@markclarkstone.co.uk>
Thu, 4 Feb 2016 09:36:55 +0000 (09:36 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 4 Feb 2016 10:36:14 +0000 (11:36 +0100)
src/input/mpegts/linuxdvb/linuxdvb_ca.c

index 0f5b78d930130dd98f4a7db0cc2a55b542acd500..adcc8796a73526c6347ec402a7b8c1850506077b 100644 (file)
@@ -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,
     },