summaryrefslogtreecommitdiffstats
path: root/kolab_wizard
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2005-09-04 13:50:47 +0000
committerFunda Wang <fwang@mandriva.org>2005-09-04 13:50:47 +0000
commitf97dfbf8a3fa365d22009cd8e3776e17540e71f3 (patch)
tree9413e4c62faffe6905f36b7ad626d8f4957c00e1 /kolab_wizard
parent3b7a525df2e228309f7ce5006ef4805c1b4734eb (diff)
downloaddrakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar
drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.gz
drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.bz2
drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.tar.xz
drakwizard-f97dfbf8a3fa365d22009cd8e3776e17540e71f3.zip
Corrected several typos.
Diffstat (limited to 'kolab_wizard')
-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."));