summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl16
-rw-r--r--Master/tlpkg/installer/install-translations.pl2
2 files changed, 9 insertions, 9 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 487b5d05b07..5d1134c64a0 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -280,14 +280,14 @@ sub run_menu_perltk {
-command => sub { $return = $MENU_ABORT; $mainwindow->destroy }
)->pack(-side => 'right', -padx => "2m", -pady => "2m");
$mw->bind('<Escape>', [ $quitbutton, 'Invoke' ]);
- my $wizardbutton = $f3->Button(
- -text => $text{'wizard'},
- -command => sub {
- $mainwindow->destroy;
- require("installer/install-menu-wizard.pl");
- setup_hooks_wizard();
- $return = run_menu_wizard();
- })->pack(-side => 'right', -padx => "2m", -pady => "2m");
+ #my $wizardbutton = $f3->Button(
+ # -text => $text{'wizard'},
+ # -command => sub {
+ # $mainwindow->destroy;
+ # require("installer/install-menu-wizard.pl");
+ # setup_hooks_wizard();
+ # $return = run_menu_wizard();
+ # })->pack(-side => 'right', -padx => "2m", -pady => "2m");
$row++;
$f3->grid(-row => $row, -column => 1, -columnspan => 3);
menu_update_texts();
diff --git a/Master/tlpkg/installer/install-translations.pl b/Master/tlpkg/installer/install-translations.pl
index 6dcaf87c9be..9019c4fae7b 100644
--- a/Master/tlpkg/installer/install-translations.pl
+++ b/Master/tlpkg/installer/install-translations.pl
@@ -93,7 +93,7 @@ our %text = (title => 'TeX Live 2008 Installation',
welcome => 'Welcome to TeX Live!',
next => 'Next >',
prev => '< Back',
- wizhello => "Welcome to the installation of TeX Live 2008\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.",
+ wizhello => "Welcome to the installation of TeX Live 2008\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.\n\nFor more advanced configuration please consult the installation guide.",
destfolder => 'Destination folder:',
advcustom => 'Advanced customization',
pathinfo => "The destination folder will contain the installation.\nIt is strongly recommended to keep the year as the last component.",