summaryrefslogtreecommitdiffstats
path: root/kolab_wizard/Kolab.pm
diff options
context:
space:
mode:
Diffstat (limited to 'kolab_wizard/Kolab.pm')
-rwxr-xr-xkolab_wizard/Kolab.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm
index cccbd539..8d03f5f1 100755
--- a/kolab_wizard/Kolab.pm
+++ b/kolab_wizard/Kolab.pm
@@ -67,7 +67,7 @@ $o->{pages} = {
# next => 'password',
# },
password => {
- name => N("Enter pasword for the manager account of Kolab server."),
+ name => N("Enter password for the manager account of Kolab server."),
complete => sub {
if ($o->{var}{password} ne $o->{var}{password2} || $o->{var}{password} eq "") {
$::in->ask_warn(N("Error:"), N("Password mismatch, or null password, please correct."));