From 2d6595e5649363049ec2e5c714a4a321cf2816ed Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Feb 2023 23:02:33 +0000 Subject: 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 --- Master/tlpkg/TeXLive/TLConfig.pm | 6 +++--- 1 file 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)" ], ); -- cgit v1.2.3