summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-12 06:52:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-12 06:52:44 +0000
commit51fe31f0981c96a1fa8002d3221aaf00ec61dfe2 (patch)
treefe9c2264c49a5649ca5ce4425ce25cf42a8eaf6b /perl-install/authentication.pm
parent244a3d8164389553f7754a7e136306212c3a6526 (diff)
downloaddrakx-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.pm4
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(" "),