diff options
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 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} }, |