From 8f9db83b6069d785b989d5cc4332db7c3e8812d4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 22 Jun 2011 03:04:34 +0000 Subject: update tlmgr strings of config variables git-svn-id: svn://tug.org/texlive/trunk@23083 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLConfig.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index e065253149a..a892e6d44ea 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -145,10 +145,10 @@ our %TLPDBOptions = ( "Create formats on installation" ], "desktop_integration" => [ "b", 1, "desktop_integration", - "Create shortcuts (menu and desktop) in postinst" ], + "Create Start menu shortcuts (w32)" ], "file_assocs" => [ "n:0..2", 1, "fileassocs", - "Change file associations in postinst" ], + "Change file associations (w32)" ], "install_docfiles" => [ "b", 1, "docfiles", "Install documentation files" ], @@ -172,7 +172,7 @@ our %TLPDBOptions = ( "Destination for symlinks for man pages" ], "w32_multi_user" => [ "b", 0, "multiuser", - "Install for shortcuts/menu items for all users (w32)" ], + "Install for all users (w32)" ], "generate_updmap" => [ "b", 0, "generate_updmap", "Run tlmgr generate updmap after maps have changed" ], @@ -186,7 +186,6 @@ our %TLPDBSettings = ( our $WindowsMainMenuName = "TeX Live $ReleaseYear"; - 1; -- cgit v1.2.3