diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-11-04 16:04:02 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-11-04 16:04:02 +0000 |
commit | f2fb4f7ffdce932a8f605c0f540a9eabc3a21c43 (patch) | |
tree | 8d3c6fc9f1fcace12ca632cf6d79b9bae058e2de /Master/tlpkg/installer/install-tl-gui.tcl | |
parent | 75070437b6874dac99d53e61aba0d3ba72def145 (diff) |
Tlcontrib support; localization (use .po directly)
git-svn-id: svn://tug.org/texlive/trunk@49076 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-tl-gui.tcl')
-rwxr-xr-x | Master/tlpkg/installer/install-tl-gui.tcl | 4 |
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 {} { |