We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cf1ae commit a2e72b8Copy full SHA for a2e72b8
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))
+ btn.set_property("tooltip-text", _("Press to home {0} {1}").format(name_prefix_sg, str(elem).upper()))
726
btn.connect("clicked", self._on_btn_home_clicked)
727
728
self.widgets.hbtb_ref.pack_start(btn,True,True,0)
0 commit comments