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 cf0736233..716128e49 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -148,8 +148,8 @@ sub ask_parameters { ]) or return; my %level = ( - 1 => N("Use local file for users informations"), - 2 => N("Use Ldap for users informations"), + 1 => N("Use local file for users information"), + 2 => N("Use Ldap for users information"), ); $in->ask_from('', N(" "), |