summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-23 23:02:33 +0000
committerKarl Berry <karl@freefriends.org>2023-02-23 23:02:33 +0000
commit2d6595e5649363049ec2e5c714a4a321cf2816ed (patch)
tree30401bde2829f8f3ff8ee2131634c2f3667e39c5
parentea8911e32da68f3d2d64e650e495b40e9c3fde24 (diff)
use "Windows" instead of "w32" in option
descriptions. Report from Uwe Siart, 22 Feb 2023 14:25:34. git-svn-id: svn://tug.org/texlive/trunk@66110 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index e4463561614..0bf24333a3c 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -214,10 +214,10 @@ our %TLPDBOptions = (
"Generate formats at installation or update" ],
"desktop_integration" =>
[ "b", 1, "desktop_integration",
- "Create Start menu shortcuts (w32)" ],
+ "Create Start menu shortcuts (Windows)" ],
"file_assocs" =>
[ "n:0..2", 1, "fileassocs",
- "Change file associations (w32)" ],
+ "Change file associations (Windows)" ],
"generate_updmap" =>
[ "b", 0, "generate_updmap",
"Run tlmgr generate updmap after maps have changed" ],
@@ -244,7 +244,7 @@ our %TLPDBOptions = (
"Destination for symlinks for man pages" ],
"w32_multi_user" =>
[ "b", 1, "multiuser",
- "Install for all users (w32)" ],
+ "Install for all users (Windows)" ],
);