From: Mark Clarkstone Date: Sat, 9 Jan 2016 14:42:06 +0000 (+0000) Subject: Tooltips: Correct text for force priority in profile.c. X-Git-Tag: v4.2.1~1144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6bc54e518318291ae54cdfce822dc8858aac9ef;p=thirdparty%2Ftvheadend.git Tooltips: Correct text for force priority in profile.c. 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. --- diff --git a/src/profile.c b/src/profile.c index cdc2ad156..63addff58 100644 --- a/src/profile.c +++ b/src/profile.c @@ -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