]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Correct text for force priority in profile.c.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 9 Jan 2016 14:42:06 +0000 (14:42 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 20 Jan 2016 13:02:35 +0000 (14:02 +0100)
The help page text is incorrect, it looks like the force priority option was a checkbox at some point but was later changed to a text field.

src/profile.c

index cdc2ad1562b29fa1623e245e6eae6846a3595203..63addff589d968636a46cf140e0786214aa17ac5 100644 (file)
@@ -352,7 +352,7 @@ const idclass_t profile_class =
       .type     = PT_INT,
       .id       = "fpriority",
       .name     = N_("Force priority"),
-      .desc     = N_("Prevent the default priority from being overridden."),
+      .desc     = N_("Force the streaming profile to use this priority."),
       .off      = offsetof(profile_t, pro_fprio),
       .opts     = PO_EXPERT,
       .group    = 1