From 95f9995e3a8183f7221db4b79746e67b26247950 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Jan 2003 19:01:37 +0000 Subject: replace "Next" button with "Reboot" at exitInstall step --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 20b497310..6b287867c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1166,7 +1166,7 @@ Do you really want to quit now?"), 0); $o->ask_from_no_check( { messages => formatAlaTeX(install_messages::install_completed()), - cancel => '', + ok => N("Reboot"), }, [ if_($::expert, -- cgit v1.2.1