Skip to content

Commit

Permalink
chore: update screw head type descriptive text
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Nov 13, 2022
1 parent 99b21a6 commit 7d1f18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch/screw_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def draw_text_callback(self):
draw_property(
self,
"Type: {0}".format(self.objects[self.head_type_index][1]),
"Browsing {} types...".format("custom" if self.objects[self.head_type_index][2] else "built-in"),
"Select from {} types".format("custom" if self.objects[self.head_type_index][2] else "built-in"),
active=self.key_no_modifiers,
mouse_value=True,
alt_mode=False)
Expand Down

0 comments on commit 7d1f18c

Please sign in to comment.