diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-03 16:51:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-03 16:51:16 +0000 |
commit | 210c93bb35fd87ada9cdeb6546763d9cfe344c9f (patch) | |
tree | 4db24f56ef76f69b6e9a349355887e5102c6bdd9 /perl-install/authentication.pm | |
parent | 3e82992419acf6d46279d730a8251b22b1d86a00 (diff) | |
download | drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar.gz drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar.bz2 drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar.xz drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.zip |
"Administrator (root)" is more user-friendly than "root"
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 ? |