Skip to content

Commit

Permalink
Update 7_targets.py
Browse files Browse the repository at this point in the history
Fixed "Selected Tragets:" to "Selected Targets:"
  • Loading branch information
Sestowner authored May 23, 2018
1 parent 5d7726e commit 6260685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makehuman/plugins/7_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(self, category):
self.targets.setSizePolicy(gui.SizePolicy.Ignored, gui.SizePolicy.Expanding)
self.left.layout.setStretchFactor(self.targets, 1)

self.itemsBox = gui.GroupBox('Selected Tragets:')
self.itemsBox = gui.GroupBox('Selected Targets:')
self.itemsList = gui.TextView('')
self.itemsList.setWordWrap(False)
self.itemsList.setSizePolicy(gui.SizePolicy.Ignored, gui.SizePolicy.Preferred)
Expand Down

0 comments on commit 6260685

Please sign in to comment.