From 66f80d70fea3f791ac1e5669014d61e8ba94a334 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 16 Jan 2002 13:48:28 +0000 Subject: installUpdates: use formatAlaTeX --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') 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); -- cgit v1.2.1