diff options
author | Funda Wang <fwang@mandriva.org> | 2005-06-13 08:02:08 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-06-13 08:02:08 +0000 |
commit | 4ace56d2af998aa55e6f8e48c26c8b22346265af (patch) | |
tree | 671d4f3964cab4e372567fa0eab778c8f0b11576 /postfix_wizard/Postfix.pm | |
parent | cf5c112660997f373b1d580c1fd769dec47e7756 (diff) | |
download | drakwizard-4ace56d2af998aa55e6f8e48c26c8b22346265af.tar drakwizard-4ace56d2af998aa55e6f8e48c26c8b22346265af.tar.gz drakwizard-4ace56d2af998aa55e6f8e48c26c8b22346265af.tar.bz2 drakwizard-4ace56d2af998aa55e6f8e48c26c8b22346265af.tar.xz drakwizard-4ace56d2af998aa55e6f8e48c26c8b22346265af.zip |
Removed unnecessary N() calls.
Diffstat (limited to 'postfix_wizard/Postfix.pm')
-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 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; |