diff options
-rwxr-xr-x | postfix_wizard/Postfix.pm | 2 | ||||
-rwxr-xr-x | samba_wizard/Sambaprint.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm index d538a5e1..ea76ca7c 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -185,7 +185,7 @@ $o->{pages} = { next => 'message_config', }, relay_server => { - name => N('Relay server') . N('Relay domains: what destination domains (and subdomains thereof) this system will relay mail to.') . "\n" . N(''), + name => N('Relay server') . N('Relay domains: what destination domains (and subdomains thereof) this system will relay mail to.') . "\n" , pre => sub { $o->{var}{wiz_relayhost} ||= $postfix->{relayhost}; $postfix->{relay_domains} and $o->{var}{wiz_relay_domains} = $postfix->{relay_domains} or $o->{var}{wiz_relay_domains} = $wiz_domain_name; diff --git a/samba_wizard/Sambaprint.pm b/samba_wizard/Sambaprint.pm index 75059097..8a20e8f5 100755 --- a/samba_wizard/Sambaprint.pm +++ b/samba_wizard/Sambaprint.pm @@ -62,7 +62,7 @@ my @yesorno = qw(yes no); push @yesorno, ""; $o->{pages} = { welcome => { - name => N('Samba printers Wizard') . "\n\n" . N(''), + name => N('Samba printers Wizard') . "\n\n" , no_back => 1, pre => sub { if (! -f $wiz_samba_etc) { |