diff options
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' }, |