From ac8facb428db8689e4c063cb424e80b0ee9ee31a Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 17 Mar 2004 15:41:38 +0000 Subject: fix missing concatenation --- postfix_wizard/Postfix.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index df02349d..5a0f49fc 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -79,7 +79,7 @@ $o->{pages} = { next => 'external', }, external => { - name => N("Outgoing mail address") . "\n\n" . N("You can select the kind of address that outgoing mail will show in the \"From:\" and \"Reply-to\" field.") . "\n\n" . N("This should be chosen consistently with the address you use for incoming mail.") N("Address masquerading is a method to hide all hosts inside a domain behind their mail gateway, and to make it appear as if the mail comes from the gateway itself, instead of from individual machines."), + name => N("Outgoing mail address") . "\n\n" . N("You can select the kind of address that outgoing mail will show in the \"From:\" and \"Reply-to\" field.") . "\n\n" . N("This should be chosen consistently with the address you use for incoming mail.") . "\n\n" . N("Address masquerading is a method to hide all hosts inside a domain behind their mail gateway, and to make it appear as if the mail comes from the gateway itself, instead of from individual machines."), pre => sub { $o->{var}{wiz_mail_masquerade} ||= get_mail_masquerade(); }, -- cgit v1.2.1