Skip to content

Commit

Permalink
Fixed wording of component description
Browse files Browse the repository at this point in the history
  • Loading branch information
plamere committed Feb 17, 2016
1 parent 5eb558d commit f309717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
"type" : "filter",
"description": "Enforces a specified separation of artists in the track stream",
"help" : """ This component will guarantee that artists will not
appear closer together than the given <b>min separation</b> in the
appear closer together than the given <b>minimum artist separation</b> in the
track stream. If <b>reorder</b> is set, then tracks may be reordered
to enforce the separation, otherwise, if <b>reorder</b> is not set,
then offending tracks are removed from the stream.""",
Expand All @@ -395,7 +395,7 @@
"optional" : True,
"default" : True,
"display": "reorder",
"description": "if true, tracks may be reordered to enforce artist separation, otherwise, offendind tracks are simply deleted from the stream",
"description": "if true, tracks may be reordered to enforce artist separation, otherwise, offending tracks are simply omitted from the stream",
},
}
},
Expand Down

0 comments on commit f309717

Please sign in to comment.