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 7ae4a296..ea8fb8d0 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -165,7 +165,7 @@ $o->{pages} = { if (!$o->{var}{wiz_myhostname}) { $::in->ask_warn(N('Error'), N('You must provide an internet hostname of this mail system.')); return 1; } if (!$o->{var}{wiz_mydomain}) { - $::in->ask_warn(N('Error'), N('You must specifies the local internet domain name.')); return 1; } + $::in->ask_warn(N('Error'), N('You must specifiy the local internet domain name.')); return 1; } }, }, main_server => { |