diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-27 01:39:28 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-27 01:39:28 +0000 |
commit | 4faf71968e024c1271bf290901189cc4f84152af (patch) | |
tree | 4037cb5940945e81736f548c0c79f2d9fc1ff94c /postfix_wizard | |
parent | 682be8195b2359db1aa28934d870ff7d2db71edf (diff) | |
download | drakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar drakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar.gz drakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar.bz2 drakwizard-4faf71968e024c1271bf290901189cc4f84152af.tar.xz drakwizard-4faf71968e024c1271bf290901189cc4f84152af.zip |
rescued a some ~50 strings strings and updated pot file.
capitalized "Internet"
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 2d6045f4..cbd98ff1 100755 --- a/postfix_wizard/Postfix.pm +++ b/postfix_wizard/Postfix.pm @@ -106,7 +106,7 @@ $o->{pages} = { end => 1, }, isp => { - name => N("Internet mail gateway") . "\n\n" . N("Your server will send the outgoing through a mail gateway, that will take care of the final delivery.") . "\n\n" . N("Internet host names must be in the form \"host.domain.domaintype\"; for example, if your provider is \"provider.com\", the internet mail server is usually \"smtp.provider.com\"."), + name => N("Internet mail gateway") . "\n\n" . N("Your server will send the outgoing through a mail gateway, that will take care of the final delivery.") . "\n\n" . N("Internet host names must be in the form \"host.domain.domaintype\"; for example, if your provider is \"provider.com\", the Internet mail server is usually \"smtp.provider.com\"."), pre => sub { $o->{var}{wiz_ext_mail_relay} ||= get_mail_relay(); }, |