From d8a09efdaecb4a23596501ff27a48963714cd0bd Mon Sep 17 00:00:00 2001 From: Hans Unzner Date: Mon, 19 Aug 2024 21:30:45 +0200 Subject: [PATCH] axis: fix typo of commit "correct menu entry: Properties --> G-code properties" --- share/axis/tcl/axis.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/axis/tcl/axis.tcl b/share/axis/tcl/axis.tcl index 07f07bbe9b3..aaa3d21c2ec 100644 --- a/share/axis/tcl/axis.tcl +++ b/share/axis/tcl/axis.tcl @@ -77,7 +77,7 @@ setup_menu_accel .menu.file end [_ "_Save G-code as..."] .menu.file add command \ -command gcode_properties -setup_menu_accel .menu.file end [_ "_G-code _properties..."] +setup_menu_accel .menu.file end [_ "G-code _properties..."] .menu.file add separator