diff options
author | Norbert Preining <preining@logic.at> | 2009-07-09 10:18:56 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-09 10:18:56 +0000 |
commit | 58b5e933d6749fd1a1c9bd27d8855a786a44b20e (patch) | |
tree | e158a74bfd14c709bf77ab8676de97b287c17aa8 | |
parent | a20cef6fc12760f4dc0fa3db7427521e65f154b4 (diff) |
shorter descriptions for file_assoc values
git-svn-id: svn://tug.org/texlive/trunk@14197 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index 19f73a554e8..f1050186e03 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -119,9 +119,9 @@ $TRANS{'en'} = { critupdates => "Updates for the tlmgr are present.\nInstallation and upgrades won't work without being forced.\nPlease go to the update screen and press the \"update all\" button.\nThe program will terminate after the update.\nThen you can restart the program for further updates.", critupdw32 => "Please wait a bit after the program has terminated so that the update can be completed.", fileassocs => 'Change file associations', - 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', w32_multi_user => 'Install for all users', desktop_integration => 'Create shortcuts in menu and on desktop', }; |