From: Mark Clarkstone Date: Thu, 4 Feb 2016 09:36:55 +0000 (+0000) Subject: Tooltips: Fix another mistake.. X-Git-Tag: v4.2.1~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae77a97f43d9908435f174c2bdbb0b65258c6370;p=thirdparty%2Ftvheadend.git Tooltips: Fix another mistake.. --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_ca.c b/src/input/mpegts/linuxdvb/linuxdvb_ca.c index 0f5b78d93..adcc8796a 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_ca.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_ca.c @@ -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, },