summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/steps_list.pm2
2 files changed, 3 insertions, 1 deletions
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"],