summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-translations.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-09 11:39:06 +0000
committerNorbert Preining <preining@logic.at>2009-07-09 11:39:06 +0000
commitab471595e495323c12b4fcf31856f62269405a83 (patch)
tree4cba4dccc48f4535201066bf18c6458726d92ec7 /Master/tlpkg/installer/install-translations.pl
parent58b5e933d6749fd1a1c9bd27d8855a786a44b20e (diff)
allow option -all-options to show all options in text and
perltk mode, even those that are not really applicable use that option to actually show stuff in menu-text and menu-perltk show explanation strings for file assoc settings instead of number git-svn-id: svn://tug.org/texlive/trunk@14198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-translations.pl')
-rw-r--r--Master/tlpkg/installer/install-translations.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-translations.pl b/Master/tlpkg/installer/install-translations.pl
index d31f7597440..5da5e5c1600 100644
--- a/Master/tlpkg/installer/install-translations.pl
+++ b/Master/tlpkg/installer/install-translations.pl
@@ -105,9 +105,9 @@ our %text = (title => 'TeX Live 2009 Installation',
instshort => 'Install',
wizard => 'Go to Wizard',
optiontitle => 'This screen allows you to configure some options',
- fa_dontchange => "Don't change any file association",
- fa_onlynew => "Create only new file associations",
- fa_all => 'Create all file associatons',
+ fa_dontchange => "None",
+ fa_onlynew => "Only new",
+ fa_all => 'All',
);