]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Add additional tooltip to profile.c (I missed one).
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 9 Jan 2016 14:32:45 +0000 (14:32 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 20 Jan 2016 13:02:27 +0000 (14:02 +0100)
src/profile.c

index 681b6366e436738d65da5c8d7d49e153fc1f312c..cdc2ad1562b29fa1623e245e6eae6846a3595203 100644 (file)
@@ -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,