summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 07ba0c1dc..582d5222c 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -545,7 +545,9 @@ sub warnAboutNaughtyServers {
my ($o) = @_;
my @naughtyServers = pkgs::naughtyServers($o->{packages}) or return 1;
my $r = $o->ask_from_list_('',
-formatAlaTeX(N("You have selected the following server(s): %s
+formatAlaTeX(
+ #-PO: keep the doble empty lines between sections, this is formated a la LaTeX
+ N("You have selected the following server(s): %s
These servers are activated by default. They don't have any known security
@@ -566,7 +568,9 @@ sub warnAboutRemovedPackages {
my ($o, $packages) = @_;
my @removedPackages = keys %{$packages->{state}{ask_remove} || {}} or return;
if (!$o->ask_yesorno('',
-formatAlaTeX(N("The following packages will be removed to allow upgrading your system: %s
+formatAlaTeX(
+ #-PO: keep the doble empty lines between sections, this is formated a la LaTeX
+ N("The following packages will be removed to allow upgrading your system: %s
Do you really want to remove these packages?