summaryrefslogtreecommitdiffstats
path: root/postfix_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-27 01:39:28 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-27 01:39:28 +0000
commit4faf71968e024c1271bf290901189cc4f84152af (patch)
tree4037cb5940945e81736f548c0c79f2d9fc1ff94c /postfix_wizard
parent682be8195b2359db1aa28934d870ff7d2db71edf (diff)
downloaddrakwizard-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-xpostfix_wizard/Postfix.pm2
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();
},