diff options
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 ? |