diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-03-10 14:47:35 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-03-10 14:47:35 +0000 |
commit | 1be183c7793a0565b7dca285e4075e5d6d87f0e0 (patch) | |
tree | b2bf9f2966f45e11452030101b52d7d6c59bb0d8 /kolab_wizard | |
parent | aed1cf48b8ac5a58b74358ea1d930578f6f40170 (diff) | |
download | drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar.gz drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar.bz2 drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.tar.xz drakwizard-1be183c7793a0565b7dca285e4075e5d6d87f0e0.zip |
various typo fix (Diego Iastrubni, Reinout van Schouwen)
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 c68236a2..a94dcc30 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -86,7 +86,7 @@ $o->{pages} = { next => 'config', }, summary => { - name => N("The wizard will now configured Kolab server with this parameters"), + name => N("The wizard will now configure Kolab server with this parameters"), data => [ { label => N("Hostname:"), fixed_val => \$o->{var}{HOSTNAME} }, { label => N("Password:"), fixed_val => \$o->{var}{password} }, |