diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
commit | a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442 (patch) | |
tree | e0d602b221f4aa301e84e21e1fa332826162ec1f /postfix_wizard | |
parent | c196eb029c890300e90a2935d1d639afc887bb10 (diff) | |
download | drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.gz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.bz2 drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.xz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.zip |
Corrected several typos.
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 3daf1f70..fd8a5071 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -99,7 +99,7 @@ $o->{pages} = { next => 'summaryext', }, error_sendmail => { - name => N("Error, sendmail is installed, please remove it before install and configure Postfix"), + name => N("Error, sendmail is installed. Please remove it before installing or configuring Postfix"), no_back => 1, next => 0, end => 1, |