summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
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);