Skip to content

Commit

Permalink
axis: fix typo of commit "correct menu entry: Properties --> G-code p…
Browse files Browse the repository at this point in the history
…roperties"
  • Loading branch information
hansu committed Aug 19, 2024
1 parent eadfdd5 commit d8a09ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/axis/tcl/axis.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d8a09ef

Please sign in to comment.