diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-08-08 07:39:49 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-08-08 07:39:49 +0000 |
commit | bc3b3944943492ecebeacb240d6a6f153cd8efe5 (patch) | |
tree | a4a312dbcd768ecd1d1a52cfed8eee464f85629a /postfix_wizard | |
parent | 569012682fe1466e7eb3ce6ef6aa1006cc0e19bd (diff) | |
download | drakwizard-bc3b3944943492ecebeacb240d6a6f153cd8efe5.tar drakwizard-bc3b3944943492ecebeacb240d6a6f153cd8efe5.tar.gz drakwizard-bc3b3944943492ecebeacb240d6a6f153cd8efe5.tar.bz2 drakwizard-bc3b3944943492ecebeacb240d6a6f153cd8efe5.tar.xz drakwizard-bc3b3944943492ecebeacb240d6a6f153cd8efe5.zip |
fix small typo
Diffstat (limited to 'postfix_wizard')
-rwxr-xr-x | postfix_wizard/Postfix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index 37eb3e9c..9cd137f5 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -131,7 +131,7 @@ $o->{pages} = { next => 'global_config', }, understanding => { - name => N('Now i need to know your undestanding in Postfix server configuration'), + name => N('Now i need to know your understanding in Postfix server configuration'), data => [ { label => N("What kind of user are you:"), val => \$o->{var}{wiz_understanding}, list => [ keys %understanding ], format => sub { $understanding{$_[0]} } }, ], |