summaryrefslogtreecommitdiffstats
path: root/ldap_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-13 08:34:32 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-13 08:34:32 +0000
commit194798c38538d74022af443562264eaf0e2e5349 (patch)
tree47a497e143c842093ab3639d2a0e369a44bfb4dc /ldap_wizard
parentd24af4b90fc88410453d16680d3c7bac3f273c10 (diff)
downloaddrakwizard-194798c38538d74022af443562264eaf0e2e5349.tar
drakwizard-194798c38538d74022af443562264eaf0e2e5349.tar.gz
drakwizard-194798c38538d74022af443562264eaf0e2e5349.tar.bz2
drakwizard-194798c38538d74022af443562264eaf0e2e5349.tar.xz
drakwizard-194798c38538d74022af443562264eaf0e2e5349.zip
updated pot file; fixed typo
Diffstat (limited to 'ldap_wizard')
-rw-r--r--ldap_wizard/ldap.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldap_wizard/ldap.pm b/ldap_wizard/ldap.pm
index 0eb9bef8..33605884 100644
--- a/ldap_wizard/ldap.pm
+++ b/ldap_wizard/ldap.pm
@@ -56,8 +56,8 @@ use Data::Dumper; print Dumper($o->{var});
my %level = (
- 1 => N("Server - Set configuration of Ldap server"),
- 2 => N("Add - add entry in Ldap server"),
+ 1 => N("Server - Set configuration of LDAP server"),
+ 2 => N("Add - add entry in LDAP server"),
);
my $cn;
@@ -76,7 +76,7 @@ $o->{pages} = {
},
data => [
{
- label => N("wich operation on LDAP:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
+ label => N("which operation on LDAP:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
],
next => 'setldap',
},
@@ -96,7 +96,7 @@ $o->{pages} = {
next => 'summaryadd',
},
setldap => {
- name => N("Ldap RootDSE") . "\n\n" . N("example:") . "\n" . N("obelx.nux.com") . "\n\n" . N("will be in ldap config:") . "\n" . N("dc=obelx,dc=nux,dc=com") . "\n\n" . N("RootDN is the manager of your ldap server."),
+ name => N("LDAP RootDSE") . "\n\n" . N("example:") . "\n" . N("obelx.nux.com") . "\n\n" . N("will be in ldap config:") . "\n" . N("dc=obelx,dc=nux,dc=com") . "\n\n" . N("RootDN is the manager of your ldap server."),
data => [
{
label => N("RootDSE"), val => \$o->{var}{rootdse} },