From 7ed849b53511dab41848dcbb5b1fa9b753761456 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Thu, 11 Feb 2021 15:25:27 +0000 Subject: Localization tweaks git-svn-id: svn://tug.org/texlive/trunk@57712 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tlshell/tlshell.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl index 50f863e6084..1afe782355b 100755 --- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl +++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl @@ -2408,7 +2408,7 @@ proc populate_main {} { -menu .mn.fscale menu .mn.fscale .mn.fscale add command -label \ - "[__ "Current"]: [format {%.2f} $::tkfontscale]" + "[__ "Current:"] [format {%.2f} $::tkfontscale]" foreach s {0.6 0.8 1 1.2 1.6 2 2.5 3 3.8 5 6 7.5 9} { .mn.fscale add command -label $s -command "set_fontscale $s" } -- cgit v1.2.3