diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-03-10 15:01:55 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-03-10 15:01:55 +0000 |
commit | 670c4b6b9c726c4be45525a41afe68dcf2241d5b (patch) | |
tree | bbc9d660bcf95d1efdb68a71fcec08484b6cdb34 /kolab_wizard/Kolab.pm | |
parent | cbb3f12c1660d691e45d0f504b0e23e8c709054a (diff) | |
download | drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.gz drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.bz2 drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.xz drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.zip |
typo fix (Arys P. Deloso, Michalis Avraam)
Diffstat (limited to 'kolab_wizard/Kolab.pm')
-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 a94dcc30..b66f28c2 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 configure Kolab server with this parameters"), + name => N("The wizard will now configure Kolab server with these parameters"), data => [ { label => N("Hostname:"), fixed_val => \$o->{var}{HOSTNAME} }, { label => N("Password:"), fixed_val => \$o->{var}{password} }, |