summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-02-27 17:58:59 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-02-27 17:58:59 +0000
commit4c5d256e27bd0f4574ada464a83c667b1ff0eccb (patch)
treeb381052f44def2b87adc50ea577810ef6208fdc7
parent0328c19b9de853fd6a871b2005a13b9a041cb54b (diff)
downloaddrakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar
drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar.gz
drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar.bz2
drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.tar.xz
drakwizard-4c5d256e27bd0f4574ada464a83c667b1ff0eccb.zip
fix typo (P.Karlsen)
-rwxr-xr-xpostfix_wizard/Postfix.pm2
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'
},