From f2fb4f7ffdce932a8f605c0f540a9eabc3a21c43 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Sun, 4 Nov 2018 16:04:02 +0000 Subject: Tlcontrib support; localization (use .po directly) git-svn-id: svn://tug.org/texlive/trunk@49076 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-tl-gui.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/installer/install-tl-gui.tcl') 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 {} { -- cgit v1.2.3