From: Mark Clarkstone Date: Sat, 9 Jan 2016 14:32:45 +0000 (+0000) Subject: Tooltips: Add additional tooltip to profile.c (I missed one). X-Git-Tag: v4.2.1~1145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5a6c59f689aa77000613fbd962f3e679c3c0dc7;p=thirdparty%2Ftvheadend.git Tooltips: Add additional tooltip to profile.c (I missed one). --- diff --git a/src/profile.c b/src/profile.c index 681b6366e..cdc2ad156 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1191,6 +1191,7 @@ const idclass_t profile_matroska_class = .type = PT_BOOL, .id = "webm", .name = N_("WEBM"), + .desc = N_("Use WEBM format."), .off = offsetof(profile_matroska_t, pro_webm), .opts = PO_ADVANCED, .def.i = 0,