From 236ad8c3a62fa1114f433eb2b530fd1a419e5934 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Aug 2007 12:59:17 +0000 Subject: - fix typo in banner name (otherwise internal_error) titypo... --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_list.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0905b8de0..b180212cc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix typo in banner name (otherwise internal_error) + Version 10.4.176 - 24 August 2007, by Olivier "blino" Blin - fix resolving category from module (mainly fix usbhid loading) diff --git a/perl-install/install/steps_list.pm b/perl-install/install/steps_list.pm index 753484cc4..8569d0bbe 100644 --- a/perl-install/install/steps_list.pm +++ b/perl-install/install/steps_list.pm @@ -34,7 +34,7 @@ use common; => [ N_("_: Keep these entry short\nUsers"), 1, 1, '', "installPackages", 'banner-pw', N("User management") ], configureNetwork => [ N_("_: Keep these entry short\nNetworking"), 1, 1, '1', "formatPartitions", - 'banner-bootl', N_("_: Keep these entry short\nNetworking") ], + 'banner-bootL', N_("_: Keep these entry short\nNetworking") ], setupBootloader => [ N_("_: Keep these entry short\nBootloader"), 1, 0, '', "installPackages", 'banner-bootL', N("_: Keep these entry short\nBootloader") ], configureX => [ N_("_: Keep these entry short\nConfigure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"], -- cgit v1.2.1