X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=17e5cf90877677334c0d857c47486c995354ce2f;hp=8d058842e6b57a2b4b1ac6e14786ed6a87fc42ef;hb=bbbcc4f26d9205fda6bdf735d1c3d7451acbc575;hpb=6569ee0ceffd720ca55594dc0f5a454187ee3b75 diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 8d058842e..17e5cf908 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -992,14 +992,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 mail server. The CommuniGate Pro Perl Interface must be installed as CGP::CLI.', + 'notes' => 'Real time export to a CommuniGate Pro mail server. The CommuniGate Pro Perl Interface 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 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 CommuniGate Pro Perl Interface must be installed as CGP::CLI.', + 'notes' => 'Real time export to a CommuniGate Pro 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 CommuniGate Pro Perl Interface must be installed as CGP::CLI.', }, },