summaryrefslogtreecommitdiffstats
path: root/postfix_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-09-15 18:24:12 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-09-15 18:24:12 +0000
commit8cf7e932d2a105c15f63508e6de613e4f35a1d6b (patch)
tree7ba2b743a632d302ca6f3fe05d386023f36ee98f /postfix_wizard
parentcf14350feb4ea0853e23c3a8ad4c80cb33ddd6ff (diff)
downloaddrakwizard-8cf7e932d2a105c15f63508e6de613e4f35a1d6b.tar
drakwizard-8cf7e932d2a105c15f63508e6de613e4f35a1d6b.tar.gz
drakwizard-8cf7e932d2a105c15f63508e6de613e4f35a1d6b.tar.bz2
drakwizard-8cf7e932d2a105c15f63508e6de613e4f35a1d6b.tar.xz
drakwizard-8cf7e932d2a105c15f63508e6de613e4f35a1d6b.zip
updated pot file; fixed errors (unescaped quotedbl) in perl files
Diffstat (limited to 'postfix_wizard')
-rwxr-xr-xpostfix_wizard/Postfix.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/postfix_wizard/Postfix.pm b/postfix_wizard/Postfix.pm
index 427ad257..5b74a00e 100755
--- a/postfix_wizard/Postfix.pm
+++ b/postfix_wizard/Postfix.pm
@@ -47,7 +47,7 @@ $o->{pages} = {
next => 'config'
},
config => {
- 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."),
+ 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."),
pre => sub {
$o->{var}{wiz_mail_masquerade} ||= get_mail_masquerade();
},
@@ -71,7 +71,7 @@ $o->{pages} = {
next => 'config'
},
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();
},