Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 20, 2016
1 parent c5a6c59 commit f6bc54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Expand Up @@ -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
Expand Down

0 comments on commit f6bc54e

Please sign in to comment.