File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ setup_menu_accel .menu.file end [_ "_Save G-code as..."]
7777
7878.menu.file add command \
7979 -command gcode_properties
80- setup_menu_accel .menu.file end [_ " _Properties ..." ]
80+ setup_menu_accel .menu.file end [_ " _G-code _properties ..." ]
8181
8282.menu.file add separator
8383
@@ -1783,7 +1783,7 @@ proc update_state {args} {
17831783 {.menu.file " _Save G-code as..." }
17841784 state {$interp_state == $INTERP_IDLE && $taskfile != " " && $::has_editor } \
17851785 {.menu.file " _Edit..." }
1786- state {$taskfile != " " } {.menu.file " _Properties ..." }
1786+ state {$taskfile != " " } {.menu.file " G-code _properties ..." }
17871787 state {$interp_state == $INTERP_IDLE } .toolbar.file_open \
17881788 {.menu.file " _Open..." " _Quit" " Recent _Files" } \
17891789 {.menu.machine " Skip lines with '_/'" } .toolbar.program_blockdelete
You can’t perform that action at this time.
0 commit comments