diff options
Diffstat (limited to 'Master/tlpkg/installer/install-tl-gui.tcl')
-rwxr-xr-x | Master/tlpkg/installer/install-tl-gui.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-tl-gui.tcl b/Master/tlpkg/installer/install-tl-gui.tcl index c81e97a15bc..6a408b031e7 100755 --- a/Master/tlpkg/installer/install-tl-gui.tcl +++ b/Master/tlpkg/installer/install-tl-gui.tcl @@ -1161,7 +1161,7 @@ proc run_menu {} { if $::advanced { if $::alltrees { incr rw - pgrid [ttk::label .tspll -text [__ "support tree"]] \ + pgrid [ttk::label .tspll -text [__ "Main tree"]] \ -in .dirf -row $rw -column 0 -sticky nw pgrid [ttk::label .tspvl] -in .dirf -row $rw -column 1 -sticky nw .tspvl configure -text [file join $::vars(TEXDIR) "texmf-dist"] |