summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-09-19 11:50:05 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-09-19 11:50:05 +0000
commit92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b (patch)
treee3003a744b49ceb596e32e3ea73988cde8706194
parente25ee9d9ac35b727ed8059ea28d83ef9e2222bea (diff)
downloaddrakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar
drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar.gz
drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar.bz2
drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar.xz
drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.zip
fixed typo
-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 6fac38b0..980bc5ee 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -86,7 +86,7 @@ $o->{pages} = {
next => 'end'
},
end => {
- name => N("Congratulationss") . "\n\n" . N("The wizard successfully configured your Internet Mail service of your server."),
+ name => N("Congratulations") . "\n\n" . N("The wizard successfully configured your Internet Mail service of your server."),
end => 1,
next => 0
},