summaryrefslogtreecommitdiffstats
path: root/ldap_wizard/ldapdef.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ldap_wizard/ldapdef.pm')
-rw-r--r--ldap_wizard/ldapdef.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap_wizard/ldapdef.pm b/ldap_wizard/ldapdef.pm
index d538cc7c..b62d5d5d 100644
--- a/ldap_wizard/ldapdef.pm
+++ b/ldap_wizard/ldapdef.pm
@@ -121,7 +121,7 @@ sub ldap_search{
attrs => $attrs
);
my $href = $mesg->as_struct;
- print("Résultats de la recherchei\n");
+ print("Results of the query\n");
print "$href";
}