From eb79ade857b72983906dd1ae76c17fc8215e4ce9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 30 May 2005 07:09:10 +0000 Subject: button "Reboot" is better called "Quit" for chrooted installs --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 408021516..f125d6564 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1322,7 +1322,7 @@ Do you really want to quit now?"), 0); { messages => formatAlaTeX(install_messages::install_completed()), interactive_help_id => 'exitInstall', - ok => N("Reboot"), + ok => $::local_install ? N("Quit") : N("Reboot"), }, [ if_(arch() !~ /^ppc/, -- cgit v1.2.1