From: Mark Clarkstone Date: Sat, 9 Jan 2016 14:53:00 +0000 (+0000) Subject: Tooltips: Tooltip for secondary WEBM property in profile.c. X-Git-Tag: v4.2.1~1142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86785cafa22839d290e0d557c1017370a156abc3;p=thirdparty%2Ftvheadend.git Tooltips: Tooltip for secondary WEBM property in profile.c. --- diff --git a/src/profile.c b/src/profile.c index eae02d4df..ae4119b2e 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1361,6 +1361,7 @@ const idclass_t profile_libav_matroska_class = .type = PT_BOOL, .id = "webm", .name = N_("WEBM"), + .desc = N_("Use WEBM format."), .off = offsetof(profile_libav_matroska_t, pro_webm), .opts = PO_ADVANCED, .def.i = 0,