texlive[66110] Master/tlpkg/TeXLive/TLConfig.pm: use "Windows"

commits+karl at tug.org commits+karl at tug.org
Fri Feb 24 00:02:33 CET 2023


Revision: 66110
          http://tug.org/svn/texlive?view=revision&revision=66110
Author:   karl
Date:     2023-02-24 00:02:33 +0100 (Fri, 24 Feb 2023)
Log Message:
-----------
use "Windows" instead of "w32" in option
descriptions. Report from Uwe Siart, 22 Feb 2023 14:25:34.

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLConfig.pm

Modified: trunk/Master/tlpkg/TeXLive/TLConfig.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLConfig.pm	2023-02-23 22:58:14 UTC (rev 66109)
+++ trunk/Master/tlpkg/TeXLive/TLConfig.pm	2023-02-23 23:02:33 UTC (rev 66110)
@@ -214,10 +214,10 @@
       "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 @@
       "Destination for symlinks for man pages" ],
   "w32_multi_user" =>
     [ "b", 1, "multiuser",
-      "Install for all users (w32)" ],
+      "Install for all users (Windows)" ],
 );
 
 



More information about the tex-live-commits mailing list.