diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-14 14:58:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-14 14:58:53 +0000 |
commit | 11e81b96531e54f2d6d826e2956183dadd2dce0f (patch) | |
tree | 73b9466b23ff4241b933eed4d0c7d39390127a96 | |
parent | 8e468adaa42e55358a5fce716ecb3d498b95ff10 (diff) | |
download | drakx-11e81b96531e54f2d6d826e2956183dadd2dce0f.tar drakx-11e81b96531e54f2d6d826e2956183dadd2dce0f.tar.gz drakx-11e81b96531e54f2d6d826e2956183dadd2dce0f.tar.bz2 drakx-11e81b96531e54f2d6d826e2956183dadd2dce0f.tar.xz drakx-11e81b96531e54f2d6d826e2956183dadd2dce0f.zip |
replace "Advanced" with "Authentication method" (as suggested in bugzilla #11041)
-rw-r--r-- | perl-install/authentication.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 ? |