Skip to content

Commit 4cb5170

Browse files
committed
axis: correct menu entry: Properties --> G-code properties
1 parent 2bcc9a0 commit 4cb5170

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

share/axis/tcl/axis.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)