diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-09-08 20:04:24 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-09-08 20:04:24 +0000 |
commit | c4d783de4efdb7969e676e86ea77baa2e8b17730 (patch) | |
tree | 205509fee8e33844401430c236c93e68d19ae3e2 /kolab_wizard | |
parent | 234658e351d881cca9dbbf3e6462b6c0bbc7585f (diff) | |
download | drakwizard-c4d783de4efdb7969e676e86ea77baa2e8b17730.tar drakwizard-c4d783de4efdb7969e676e86ea77baa2e8b17730.tar.gz drakwizard-c4d783de4efdb7969e676e86ea77baa2e8b17730.tar.bz2 drakwizard-c4d783de4efdb7969e676e86ea77baa2e8b17730.tar.xz drakwizard-c4d783de4efdb7969e676e86ea77baa2e8b17730.zip |
remove unwanted text
Diffstat (limited to 'kolab_wizard')
-rwxr-xr-x | kolab_wizard/Kolab.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm index c8172d13..e398b6cd 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -147,7 +147,7 @@ $o->{pages} = { next => 'summary', }, cayesorno => { - name => N("Kolab can create and manage a certificate authority that can be used to create SSL certificates for use within the Kolab environment.") . "\n\n" . N("You can choose to skip this section if you already have certificates for the Kolab server.CA and certificate"), + name => N("Kolab can create and manage a certificate authority that can be used to create SSL certificates for use within the Kolab environment.") . "\n\n" . N("You can choose to skip this section if you already have certificates for the Kolab server."), post => sub { if ($o->{var}{cayesorno}) { $CAYESORNO = "y"; |