diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-03-08 11:35:23 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-03-08 11:35:23 +0000 |
commit | ed68e2e91b0cd795779931f64a6659a77a27b1a3 (patch) | |
tree | 280f23a1e5958945ce9bfa8e7f47828d57a65331 /kolab_wizard | |
parent | 418ea68a9ecfa4cba313cf75ce59150f81d5ff37 (diff) | |
download | drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.gz drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.bz2 drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.tar.xz drakwizard-ed68e2e91b0cd795779931f64a6659a77a27b1a3.zip |
typo fix (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 88c6af17..422905a4 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -96,7 +96,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N("Congratulations") . "\n\n" . N("The kolab server is now configured and running. Log in as 'manager' with the password you entered."), + name => N("Congratulations") . "\n\n" . N("The kolab server is now configure and running. Log in as 'manager' with the password you entered."), end => 1, next => 0 }, |