From 51fe31f0981c96a1fa8002d3221aaf00ec61dfe2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 12 Sep 2008 06:52:44 +0000 Subject: fix syntactic error (thanks to Reinout van Schouwen) --- perl-install/authentication.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/authentication.pm') 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(" "), -- cgit v1.2.1