summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-10 18:19:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-10 18:19:41 +0000
commit127008bba6c0b7d08a15a5c825fcfcf5f0a85e23 (patch)
tree7f28dae70ed89bd7cd639fc54ec4262d4e02569f /perl-install/install_steps_newt.pm
parent0b06e32c49092160c3773cb402b0498ec9b32230 (diff)
downloaddrakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.gz
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.bz2
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.tar.xz
drakx-127008bba6c0b7d08a15a5c825fcfcf5f0a85e23.zip
spell Mandrakelinux in one word
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r--perl-install/install_steps_newt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm
index 2b01dc82c..ba8f7ba0c 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_("Mandrake Linux Installation %s"));
+ my $banner = translate(N_("Mandrakelinux Installation %s"));
my $l = first(Newt::GetScreenSize()) - length($banner) - length($_[0]) + 1;
Newt::DrawRootText(0, 0, sprintf($banner, ' ' x $l . $_[0]));
Newt::Refresh();