diff options
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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/, |