diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-24 12:59:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-24 12:59:17 +0000 |
commit | 236ad8c3a62fa1114f433eb2b530fd1a419e5934 (patch) | |
tree | 650d2d05d0b5bea7370912db05b97a00d672a7bf | |
parent | fd50270497d1d1168abcd1a13be2339559a534df (diff) | |
download | drakx-236ad8c3a62fa1114f433eb2b530fd1a419e5934.tar drakx-236ad8c3a62fa1114f433eb2b530fd1a419e5934.tar.gz drakx-236ad8c3a62fa1114f433eb2b530fd1a419e5934.tar.bz2 drakx-236ad8c3a62fa1114f433eb2b530fd1a419e5934.tar.xz drakx-236ad8c3a62fa1114f433eb2b530fd1a419e5934.zip |
- fix typo in banner name (otherwise internal_error)
titypo...
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/steps_list.pm | 2 |
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"], |