summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-01-16 13:48:28 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-01-16 13:48:28 +0000
commit66f80d70fea3f791ac1e5669014d61e8ba94a334 (patch)
treebfc4c5f9e785ce069dd71654bda4d6cf39f062d9 /perl-install/install_steps_interactive.pm
parent84a327507b1d181a87e753a7603c665111373974 (diff)
downloaddrakx-backup-do-not-use-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar
drakx-backup-do-not-use-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar.gz
drakx-backup-do-not-use-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar.bz2
drakx-backup-do-not-use-66f80d70fea3f791ac1e5669014d61e8ba94a334.tar.xz
drakx-backup-do-not-use-66f80d70fea3f791ac1e5669014d61e8ba94a334.zip
installUpdates: use formatAlaTeX
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
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);