From 95e8a0c96d277f8f0306f2fd726ae8031c24aacd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 3 Aug 2003 19:21:17 +0000 Subject: more complete name for the setRootPassword step: "Set root password and network authentication methods" instead of simply "Set root password" --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? -- cgit v1.2.1