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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_curses.pm b/perl-install/install/steps_curses.pm
index 213993839..44fe83546 100644
--- a/perl-install/install/steps_curses.pm
+++ b/perl-install/install/steps_curses.pm
@@ -19,7 +19,7 @@ use common;
my $banner;
sub banner {
my ($cui, $step) = @_;
- my $text = N("Mandriva Linux Installation %s", $step);
+ my $text = N("Mandriva Linux Installation %s", "| $step");
$banner ||= do {
my $win = $cui->add(undef, 'Window', '-x' => 1, '-y' => 0, '-height' => 1);
$win->add(undef, 'Label');