diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-16 13:48:28 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-01-16 13:48:28 +0000 |
commit | 66f80d70fea3f791ac1e5669014d61e8ba94a334 (patch) | |
tree | bfc4c5f9e785ce069dd71654bda4d6cf39f062d9 /perl-install/install_steps_interactive.pm | |
parent | 84a327507b1d181a87e753a7603c665111373974 (diff) | |
download | drakx-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar drakx-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar.gz drakx-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar.bz2 drakx-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar.xz drakx-66f80d70fea3f791ac1e5669014d61e8ba94a334.zip |
installUpdates: use formatAlaTeX
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 88ef9281a..549678478 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -892,13 +892,13 @@ sub installUpdates { $o->hasNetwork or return; is_empty_hash_ref($u) and $o->ask_yesorno('', -_("You have now the possibility to download updated packages that have +formatAlaTeX(_("You have now the possibility to download updated packages that have 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 install the updates ?")) || return; +Do you want to install the updates ?"))) || return; #- bring all interface up for installing crypto packages. install_interactive::upNetwork($o); |