diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-27 09:13:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-27 09:13:08 +0000 |
commit | 28b8238df46801a722a041996ed823b35953ce52 (patch) | |
tree | 10fd53ac107e96e027a9b212f9b96bcc93c157a9 /perl-install | |
parent | f541d085f98e29d609bc3fb0f1c14ce0c4e6714c (diff) | |
download | drakx-backup-do-not-use-28b8238df46801a722a041996ed823b35953ce52.tar drakx-backup-do-not-use-28b8238df46801a722a041996ed823b35953ce52.tar.gz drakx-backup-do-not-use-28b8238df46801a722a041996ed823b35953ce52.tar.bz2 drakx-backup-do-not-use-28b8238df46801a722a041996ed823b35953ce52.tar.xz drakx-backup-do-not-use-28b8238df46801a722a041996ed823b35953ce52.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 56e7774f9..e1c62454e 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -115,8 +115,8 @@ sub selectInstallClass($@) { $::expert = $c{$_[0]} eq "expert" && $o->ask_from_list_('', _("Are you sure you are an expert? -Hey no kidding, you will be allowed to make powerfull but dangerous things here."), - [ _("Expert"), _("Normal") ]) ne "Normal"; +You will be allowed to make powerfull but dangerous things here."), + [ _("Expert"), _("Customized") ]) ne "Customized"; }; $o->{isUpgrade} = $o->selectInstallClass1($verifInstallClass, |