From 11e81b96531e54f2d6d826e2956183dadd2dce0f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 14 Feb 2005 14:58:53 +0000 Subject: replace "Advanced" with "Authentication method" (as suggested in bugzilla #11041) --- perl-install/authentication.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 01436cfe6..ad5d38063 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -164,6 +164,7 @@ sub ask_root_password_and_authentication { $in->ask_from_({ title => N("Set administrator (root) password and network authentication methods"), messages => N("Set administrator (root) password"), + advanced_label => N("Authentication method"), advanced_messages => kind2description(), interactive_help_id => "setRootPassword", cancel => ($security <= 2 ? -- cgit v1.2.1