diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-02-27 17:58:59 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-02-27 17:58:59 +0000 |
commit | 4c5d256e27bd0f4574ada464a83c667b1ff0eccb (patch) | |
tree | b381052f44def2b87adc50ea577810ef6208fdc7 /postfix_wizard | |
parent | 0328c19b9de853fd6a871b2005a13b9a041cb54b (diff) | |
download | drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar.gz drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar.bz2 drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar.xz drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.zip |
fix typo (P.Karlsen)
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 cbd98ff1..d494ede8 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -141,7 +141,7 @@ $o->{pages} = { next => 'endext' }, summaryint => { - name => N("The wizard now will configure an internal mail server."), + name => N("The wizard will now configure an internal mail server."), post => \&do_it_internal, next => 'endext' }, |