diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-30 07:09:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-30 07:09:10 +0000 |
commit | eb79ade857b72983906dd1ae76c17fc8215e4ce9 (patch) | |
tree | 64c3756d79af7b37e21bc7fd2c03b4b81f82c7ec /perl-install/install_steps_interactive.pm | |
parent | 8d60081683d25875743c1e63432e6ff96a62a85a (diff) | |
download | drakx-eb79ade857b72983906dd1ae76c17fc8215e4ce9.tar drakx-eb79ade857b72983906dd1ae76c17fc8215e4ce9.tar.gz drakx-eb79ade857b72983906dd1ae76c17fc8215e4ce9.tar.bz2 drakx-eb79ade857b72983906dd1ae76c17fc8215e4ce9.tar.xz drakx-eb79ade857b72983906dd1ae76c17fc8215e4ce9.zip |
button "Reboot" is better called "Quit" for chrooted installs
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/, |