summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-tl-gui.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/install-tl-gui.tcl')
-rwxr-xr-xMaster/tlpkg/installer/install-tl-gui.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-tl-gui.tcl b/Master/tlpkg/installer/install-tl-gui.tcl
index b69cd5fa617..07ea07954a5 100755
--- a/Master/tlpkg/installer/install-tl-gui.tcl
+++ b/Master/tlpkg/installer/install-tl-gui.tcl
@@ -1291,7 +1291,7 @@ proc run_menu {} {
# collection-texworks
incr rw
- pgrid [ttk::label .texwl -text "Install TeXworks front end"] \
+ pgrid [ttk::label .texwl -text [__ "Install TeXworks front end"]] \
-in $curf -row $rw -column 0 -columnspan 2 -sticky w
ttk::checkbutton .texwb -variable ::vars(collection-texworks)
pgrid .texwb -in $curf -row $rw -column 2 -sticky e
@@ -1371,7 +1371,7 @@ proc read_descs {} {
err_exit "Illegal line $l in descs section"
}
}
- set ::scheme_descs(scheme-custom) "Custom scheme"
+ set ::scheme_descs(scheme-custom) [__ "Custom scheme"]
}
proc read_vars {} {