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 f49eb966..4572dbc5 100755
--- a/kolab_wizard/Kolab.pm
+++ b/kolab_wizard/Kolab.pm
@@ -165,7 +165,7 @@ $o->{pages} = {
],
},
capassword => {
- name => N("Enter the passpahre for CA, and the passphrase for the RSA key."),
+ name => N("Enter the passphrase for CA, and the passphrase for the RSA key."),
complete => sub {
if ($o->{var}{capasswd} ne $o->{var}{capasswd2} || $o->{var}{capasswd} eq "") {
$::in->ask_warn(N("Error:"), N("Password mismatch, or null password, please correct."));