From 3e57c260aa1ccdb2ce6aa290bddbc1dea382e843 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 3 Mar 2005 08:20:20 +0000 Subject: fixed typo (s/pasword/password/) --- kolab_wizard/Kolab.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kolab_wizard') diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm index cccbd539..8d03f5f1 100755 --- a/kolab_wizard/Kolab.pm +++ b/kolab_wizard/Kolab.pm @@ -67,7 +67,7 @@ $o->{pages} = { # next => 'password', # }, password => { - name => N("Enter pasword for the manager account of Kolab server."), + name => N("Enter password for the manager account of Kolab server."), complete => sub { if ($o->{var}{password} ne $o->{var}{password2} || $o->{var}{password} eq "") { $::in->ask_warn(N("Error:"), N("Password mismatch, or null password, please correct.")); -- cgit v1.2.1