diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-12 06:52:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-12 06:52:44 +0000 |
commit | 51fe31f0981c96a1fa8002d3221aaf00ec61dfe2 (patch) | |
tree | fe9c2264c49a5649ca5ce4425ce25cf42a8eaf6b /perl-install/authentication.pm | |
parent | 244a3d8164389553f7754a7e136306212c3a6526 (diff) | |
download | drakx-51fe31f0981c96a1fa8002d3221aaf00ec61dfe2.tar drakx-51fe31f0981c96a1fa8002d3221aaf00ec61dfe2.tar.gz drakx-51fe31f0981c96a1fa8002d3221aaf00ec61dfe2.tar.bz2 drakx-51fe31f0981c96a1fa8002d3221aaf00ec61dfe2.tar.xz drakx-51fe31f0981c96a1fa8002d3221aaf00ec61dfe2.zip |
fix syntactic error (thanks to Reinout van Schouwen)
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(" "), |