summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_curses.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_curses.pm')
-rw-r--r--perl-install/install/steps_curses.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/steps_curses.pm b/perl-install/install/steps_curses.pm
index 44fe83546..6f8f73579 100644
--- a/perl-install/install/steps_curses.pm
+++ b/perl-install/install/steps_curses.pm
@@ -1,4 +1,4 @@
-package install::steps_curses; # $Id$
+package install::steps_curses; # $Id: steps_curses.pm 247958 2008-10-08 15:19:32Z tv $
use diagnostics;
use strict;
@@ -19,7 +19,7 @@ use common;
my $banner;
sub banner {
my ($cui, $step) = @_;
- my $text = N("Mandriva Linux Installation %s", "| $step");
+ my $text = N("%s Installation %s", "Mageia", "| $step");
$banner ||= do {
my $win = $cui->add(undef, 'Window', '-x' => 1, '-y' => 0, '-height' => 1);
$win->add(undef, 'Label');