diff options
Diffstat (limited to 'perl-install/install/steps_curses.pm')
| -rw-r--r-- | perl-install/install/steps_curses.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/perl-install/install/steps_curses.pm b/perl-install/install/steps_curses.pm index 213993839..30fd693a6 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;  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'); | 
