From 210c93bb35fd87ada9cdeb6546763d9cfe344c9f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 3 Jan 2005 16:51:16 +0000 Subject: "Administrator (root)" is more user-friendly than "root" --- perl-install/authentication.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 89ed1d9c3..8321ff89a 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -152,8 +152,8 @@ sub ask_root_password_and_authentication { my $kind = to_kind($authentication); $in->ask_from_({ - title => N("Set root password and network authentication methods"), - messages => N("Set root password"), + title => N("Set administrator (root) password and network authentication methods"), + messages => N("Set administrator (root) password"), advanced_messages => kind2description(), interactive_help_id => "setRootPassword", cancel => ($security <= 2 ? -- cgit v1.2.1