summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-10-21 08:49:00 +0000
committerFrancois Pons <fpons@mandriva.com>1999-10-21 08:49:00 +0000
commitd7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff (patch)
tree4bf8bcff985be6c196ce143b4a5a9b8f95afe66d /perl-install/install_steps_interactive.pm
parenta87392ce672688850dc174df6a39c7fe745175fa (diff)
downloaddrakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar
drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar.gz
drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar.bz2
drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.tar.xz
drakx-backup-do-not-use-d7507de0ce88bdf9b1491d8b29ee8ae481cfe9ff.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index c8eee3ac3..2534f8acd 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -505,7 +505,7 @@ sub setRootPassword($) {
$o->{superuser}{password2} ||= $o->{user}{password} ||= "";
my $sup = $o->{superuser};
- $o->ask_from_entries_ref(_("Set root password"),
+ $o->ask_from_entries_ref([_("Set root password"), _("Ok"), _("No password")],
_("Set root password"),
[_("Password:"), _("Password (again):")],
[{ val => \$sup->{password}, hidden => 1},