Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Another correction to profile.c.
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 20, 2016
1 parent f6bc54e commit b005e32
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_("Force the streaming profile to use this priority."),
.desc = N_("Force the stream profile to use this priority."),
.off = offsetof(profile_t, pro_fprio),
.opts = PO_EXPERT,
.group = 1
Expand Down

0 comments on commit b005e32

Please sign in to comment.