diff options
Diffstat (limited to 'ldap_wizard')
-rw-r--r-- | ldap_wizard/ldap.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap_wizard/ldap.pm b/ldap_wizard/ldap.pm index 63b8a886..fffe3427 100644 --- a/ldap_wizard/ldap.pm +++ b/ldap_wizard/ldap.pm @@ -180,7 +180,7 @@ $o->{pages} = { }, summary_add_user => { - name => N("Confirmation de l'utilisateur a creer"), + name => N("Confirmation of the user to create"), data => [ { label => N("Name:"), type => 'field', fixed_val => \$o->{var}{sn} }, @@ -195,7 +195,7 @@ $o->{pages} = { next => 'endadd' }, summary_set_srv => { - name => N("Confirmation de l'utilisateur a creer"), + name => N("Confirmation of the user to create"), data => [ { label => N("LDAP Suffix:"), type => 'field', val => $o->{var}{suffix} }, |