We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064e963 commit b624a31Copy full SHA for b624a31
1 file changed
src/emc/usr_intf/gmoccapy/gmoccapy.py
@@ -722,7 +722,7 @@ def _make_ref_axis_button(self):
722
size=_DEFAULT_BB_SIZE,
723
image_name=f"img_ref_{elem}"
724
)
725
- btn.set_property("tooltip-text", _("Press to home {0} {1}").format(name_prefix_sg, elem.upper()))
+ btn.set_property("tooltip-text", _("Press to home {0} {1}").format(name_prefix_sg, elem))
726
btn.connect("clicked", self._on_btn_home_clicked)
727
728
self.widgets.hbtb_ref.pack_start(btn,True,True,0)
0 commit comments