diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-03 19:21:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-03 19:21:17 +0000 |
commit | 95e8a0c96d277f8f0306f2fd726ae8031c24aacd (patch) | |
tree | 4b5c005287064842bf90e1f95e9c499f7afa2860 | |
parent | b950dcdfb5e17e815c82f444bfe488377db88df3 (diff) | |
download | drakx-95e8a0c96d277f8f0306f2fd726ae8031c24aacd.tar drakx-95e8a0c96d277f8f0306f2fd726ae8031c24aacd.tar.gz drakx-95e8a0c96d277f8f0306f2fd726ae8031c24aacd.tar.bz2 drakx-95e8a0c96d277f8f0306f2fd726ae8031c24aacd.tar.xz drakx-95e8a0c96d277f8f0306f2fd726ae8031c24aacd.zip |
more complete name for the setRootPassword step: "Set root password and
network authentication methods" instead of simply "Set root password"
-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 790984847..96ecd18ad 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1127,7 +1127,7 @@ sub setRootPassword { my $authentication_kind = any::authentication2authentication_kind($o->{authentication} ||= {}); $o->ask_from_({ - title => N("Set root password"), + title => N("Set root password and network authentication methods"), messages => N("Set root password"), interactive_help_id => "setRootPassword", cancel => ($o->{security} <= 2 && !$::corporate ? |