diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-19 11:50:05 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-19 11:50:05 +0000 |
commit | 92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b (patch) | |
tree | e3003a744b49ceb596e32e3ea73988cde8706194 /postfix_wizard | |
parent | e25ee9d9ac35b727ed8059ea28d83ef9e2222bea (diff) | |
download | drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar.gz drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar.bz2 drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.tar.xz drakwizard-92dfb1f1caf2bea775e6336fe30cf986fb5a0e9b.zip |
fixed typo
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 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 }, |