summaryrefslogtreecommitdiffstats
path: root/postfix_wizard
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-19 10:33:58 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-19 10:33:58 +0000
commitf0e333ceb7162395e770ffb25c66fc9a9d5739f7 (patch)
tree5b60dbaeb534a5bfe9c96360d3fbb05732ff5c83 /postfix_wizard
parent63ea5f27cffdec60d3f59d14d762df580440ca06 (diff)
downloaddrakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.gz
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.bz2
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.tar.xz
drakwizard-f0e333ceb7162395e770ffb25c66fc9a9d5739f7.zip
fix typo in .pm
Diffstat (limited to 'postfix_wizard')
-rwxr-xr-xpostfix_wizard/Postfix.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm
index 3a04077e..6fac38b0 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -58,8 +58,7 @@ $o->{pages} = {
next => 'isp'
},
warning => {
- name => N("Warning:") . "\n\n" . N("You entered an empty address for the mail gateway.") . "\n\n" . N("Your choice can be accepted, but this will not allow you to send mail outside your local network. Press next to continue, or back to enter a value.") }
- ],
+ name => N("Warning:") . "\n\n" . N("You entered an empty address for the mail gateway.") . "\n\n" . N("Your choice can be accepted, but this will not allow you to send mail outside your local network. Press next to continue, or back to enter a value."),
next => 'summary'
},
masquerade_not_good => {
@@ -87,7 +86,7 @@ $o->{pages} = {
next => 'end'
},
end => {
- name => N("Congratulations") . "\n\n" . N("The wizard successfully configured your Internet Mail service of your server."),
+ name => N("Congratulationss") . "\n\n" . N("The wizard successfully configured your Internet Mail service of your server."),
end => 1,
next => 0
},