diff options
author | Francois Pons <fpons@mandriva.com> | 2002-01-10 12:56:51 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-01-10 12:56:51 +0000 |
commit | 53a420689cbe6195f9fbc298d32235ab93a1c602 (patch) | |
tree | cf74ee84808e8c9bc14b7d5dcb420e60f0f30847 /perl-install/install_steps_interactive.pm | |
parent | 8d606a1d23e1840f232c439cd56deddb06867d87 (diff) | |
download | drakx-53a420689cbe6195f9fbc298d32235ab93a1c602.tar drakx-53a420689cbe6195f9fbc298d32235ab93a1c602.tar.gz drakx-53a420689cbe6195f9fbc298d32235ab93a1c602.tar.bz2 drakx-53a420689cbe6195f9fbc298d32235ab93a1c602.tar.xz drakx-53a420689cbe6195f9fbc298d32235ab93a1c602.zip |
english taste inspired by daminette.
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 2f4c7bd9a..7b6660459 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -898,7 +898,7 @@ been released after the distribution has been made available. You will get security fixes or bug fixes, but you need to have an Internet connection configured to proceed. -Do you want to continue ?")) || return; +Do you want to install the updates ?")) || return; #- bring all interface up for installing crypto packages. install_interactive::upNetwork($o); |