From b4aa6f7a55c0df542355453bbb248b7d6bed8eff Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 8 Oct 2008 15:19:32 +0000 Subject: (banner) display a separator before step name --- perl-install/install/NEWS | 1 + perl-install/install/steps_curses.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 43e53426c..f455e0f31 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - drakx-in-chroot: o do not start an X server if using --text - text mode installer: + o display a separator before step name o properly handle big text in list such as security level descriptions (#43561) - continue installing if an advertising image is corrupted (#37674) 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'); -- cgit v1.2.1