summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsamba_wizard/Samba.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm
index cae13a74..f13338c3 100755
--- a/samba_wizard/Samba.pm
+++ b/samba_wizard/Samba.pm
@@ -275,7 +275,7 @@ $o->{pages} = {
return 1;
}
if ($o->{var}{wiz_ldap_root_pw} ne $o->{var}{wiz_ldap_root_pw_2}) {
- $::in->ask_warn(N('Error'), N('Pasword dont match.'));
+ $::in->ask_warn(N('Error'), N('Passwords do not match.'));
return 1;
}
},