diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-03 19:48:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-03 19:48:56 +0000 |
commit | 958e1780193e5864418b4e60e3a5fb9693393d38 (patch) | |
tree | 79110b5529f09d681790926079c848bdfbb56a47 /perl-install/install_steps_interactive.pm | |
parent | b72aed14c63402b16f692a327d68d8112d88cc99 (diff) | |
download | drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar.gz drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar.bz2 drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar.xz drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index dadbcec8b..0ddecb4ea 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -106,7 +106,7 @@ sub selectInstallClass($@) { my ($o, @classes) = @_; my %c = my @c = ( $::corporate ? () : ( - _("Recommended") => "beginner", + _("Automated") => "beginner", ), _("Customized") => "specific", _("Expert") => "expert", |