summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-03 16:18:20 +0000
committerNorbert Preining <preining@logic.at>2009-07-03 16:18:20 +0000
commit5c37c06ca862cc07d3d0cc5f9965c7568099c303 (patch)
tree12098032a50b864f7af46af82e14ab026f7b1813 /Master/tlpkg
parent6e78f2ff03235529464b200c845d6ee51abc14f5 (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')
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl2
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();