summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2011-06-22 03:04:34 +0000
committerNorbert Preining <preining@logic.at>2011-06-22 03:04:34 +0000
commit8f9db83b6069d785b989d5cc4332db7c3e8812d4 (patch)
tree3d7730139523e40b481fad02cffa273ad05ceed5 /Master/tlpkg/TeXLive/TLConfig.pm
parent89d1069f0b1a872904839315d75c664ce58736b7 (diff)
update tlmgr strings of config variables
git-svn-id: svn://tug.org/texlive/trunk@23083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm7
1 files 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;