diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-12-07 11:42:45 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2018-12-07 11:42:45 +0000 |
commit | d6a20bf49d3094c522487de15a2dc8c5c4bb94b3 (patch) | |
tree | 8d52e68192b8a15ebbaf9788812a70b796d76e2f /Master/texmf-dist | |
parent | 8a781100ce512802c2cc1b9ce0c20394d09ca549 (diff) |
Updates to Dutch localization
git-svn-id: svn://tug.org/texlive/trunk@49340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/tlshell/tlshell.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl index 2488d2f40bb..22e1a8e0b62 100755 --- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl +++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl @@ -2002,7 +2002,7 @@ proc populate_main {} { if {[llength $::langs] > 1} { incr inx - .mn.opt add cascade -label [__ "GUI language (restarts shell)"] \ + .mn.opt add cascade -label [__ "GUI language (restarts tlshell)"] \ -menu .mn.opt.lang menu .mn.opt.lang foreach l $::langs { |