diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-20 21:47:21 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-20 21:47:21 +0000 |
commit | 2d359bec53fdd4eb94dfa6b729f903e24eca13f2 (patch) | |
tree | 084ea73494eae069a91458fe54709888b7a33da9 /Master/tlpkg | |
parent | d8f24f0475de8cb1184d6d6b063340075340cb00 (diff) |
Rephrasing system => standard
git-svn-id: svn://tug.org/texlive/trunk@50486 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 305102a067e..31a92f0d187 100755 --- a/Master/tlpkg/installer/install-tl-gui.tcl +++ b/Master/tlpkg/installer/install-tl-gui.tcl @@ -1442,7 +1442,7 @@ proc run_menu {} { # tlpdbopt_sys_[bin|info|man] incr rw pgrid [ttk::label .pathl \ - -text [__ "Create symlinks in system directories"]] \ + -text [__ "Create symlinks in standard directories"]] \ -in $curf -row $rw -column 0 -columnspan 2 -sticky w pgrid [ttk::checkbutton .pathb -variable ::vars(instopt_adjustpath)] \ -in $curf -row $rw -column 2 -sticky e |