diff options
author | Norbert Preining <preining@logic.at> | 2009-07-03 16:18:20 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-03 16:18:20 +0000 |
commit | 5c37c06ca862cc07d3d0cc5f9965c7568099c303 (patch) | |
tree | 12098032a50b864f7af46af82e14ab026f7b1813 /Master/tlpkg/installer | |
parent | 6e78f2ff03235529464b200c845d6ee51abc14f5 (diff) |
fix wrong label name in wizard
git-svn-id: svn://tug.org/texlive/trunk@14085 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index 1c716a137de..027a86914ac 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -320,7 +320,7 @@ sub ask_options { my $bpath = $fmain->Checkbutton(-text => $labels{'pathadj'}, -variable => \$vars{"option_path"}); - my $bmulti = $fmain->Checkbutton(-text => $labels{'multiuser'}, + my $bmulti = $fmain->Checkbutton(-text => $labels{'w32admallusers'}, -variable => \$vars{"option_w32_multi_user"}); calc_depends(); |