diff options
Diffstat (limited to 'perl-install/install/steps_list.pm')
-rw-r--r-- | perl-install/install/steps_list.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"], |