Skip to content

Commit

Permalink
Inside viewer: change text in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Dec 10, 2023
1 parent 18e9a34 commit b998909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/raytracing/inside_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def create_eyeball_frame(self, parent):
self_type_label.grid(row=row, column=0)

ToolTip(self_type_label,
msg="What shows your position and orientation in the manifold")
msg="Shows your position and orientation in the manifold")

radio_buttons = []
for i, (eyeball_type, text, tooltip) in enumerate([
Expand Down

0 comments on commit b998909

Please sign in to comment.