summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_gtk.pm2
-rw-r--r--perl-install/install_steps_interactive.pm2
-rw-r--r--perl-install/install_steps_newt.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index af020ee64..762581b38 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -174,7 +174,7 @@ sub selectLanguage {
$o->ask_warn('',
formatAlaTeX(N("Your system is low on resources. You may have some problem installing
-Mandrivalinux. If that occurs, you can try a text install instead. For this,
+Mandriva Linux. If that occurs, you can try a text install instead. For this,
press `F1' when booting on CDROM, then enter `text'."))) if $first_time && availableRamMB() < 70; # 70MB
}
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index a16716110..f2a420239 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -818,7 +818,7 @@ Do you want to install the updates?")),
require crypto;
eval {
my @mirrors = do {
- my $_w = $o->wait_message('', N("Contacting Mandrivalinux web site to get the list of available mirrors..."));
+ my $_w = $o->wait_message('', N("Contacting Mandriva Linux web site to get the list of available mirrors..."));
crypto::mirrors($o->{distro_type});
};
#- if no mirror have been found, use current time zone and propose among available.
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm
index 62a1db141..203a1933c 100644
--- a/perl-install/install_steps_newt.pm
+++ b/perl-install/install_steps_newt.pm
@@ -17,7 +17,7 @@ use lang;
use common;
sub banner {
- my $banner = translate(N_("Mandrivalinux Installation %s"));
+ my $banner = translate(N_("Mandriva Linux Installation %s"));
my $l = first(Newt::GetScreenSize()) - length($banner) - length($_[0]) + 1;
Newt::DrawRootText(0, 0, sprintf($banner, ' ' x $l . $_[0]));
Newt::Refresh();