summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-27 09:13:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-27 09:13:08 +0000
commit28b8238df46801a722a041996ed823b35953ce52 (patch)
tree10fd53ac107e96e027a9b212f9b96bcc93c157a9 /perl-install/install_steps_interactive.pm
parentf541d085f98e29d609bc3fb0f1c14ce0c4e6714c (diff)
downloaddrakx-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/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm4
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,