summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-11-18 15:14:31 +0000
committerivan <ivan>2003-11-18 15:14:31 +0000
commit80fd4076454f560eb30d3cc8106945214819aa24 (patch)
tree4904b06eb49f49bd649c526af4857cc8e8c277fb
parent0dfb8b6685d4150221e76e175d356e5970498420 (diff)
fix communigate pro export descriptions
-rw-r--r--FS/FS/part_export.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 1273cb8c9..f6df02088 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -949,14 +949,14 @@ tie my %forward_shellcommands_options, 'Tie::IxHash',
'communigate_pro' => {
'desc' => 'Real-time export to a CommuniGate Pro mail server',
'options' => \%communigate_pro_options,
- 'notes' => 'Real time export to a <a href="http://www.stalker.com/CommuniGatePro/"> mail server. The <a href="http://www.stalker.com/CGPerl/">CommuniGate Pro Perl Interface</a> must be installed as CGP::CLI.',
+ 'notes' => 'Real time export to a <a href="http://www.stalker.com/CommuniGatePro/">CommuniGate Pro</a> mail server. The <a href="http://www.stalker.com/CGPerl/">CommuniGate Pro Perl Interface</a> must be installed as CGP::CLI.',
},
'communigate_pro_singledomain' => {
'desc' => 'Real-time export to a CommuniGate Pro mail server, one domain only',
'options' => \%communigate_pro_singledomain_options,
'nodomain' => 'Y',
- 'notes' => 'Real time export to a <a href="http://www.stalker.com/CommuniGatePro/"> mail server. This is an unusual export to CommuniGate Pro that forces all accounts into a single domain. As CommuniGate Pro supports multiple domains, unless you have a specific reason for using this export, you probably want to use the communigate_pro export instead. The <a href="http://www.stalker.com/CGPerl/">CommuniGate Pro Perl Interface</a> must be installed as CGP::CLI.',
+ 'notes' => 'Real time export to a <a href="http://www.stalker.com/CommuniGatePro/">CommuniGate Pro</a> mail server. This is an unusual export to CommuniGate Pro that forces all accounts into a single domain. As CommuniGate Pro supports multiple domains, unless you have a specific reason for using this export, you probably want to use the communigate_pro export instead. The <a href="http://www.stalker.com/CGPerl/">CommuniGate Pro Perl Interface</a> must be installed as CGP::CLI.',
},
},