mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2362 incorrect help text for dummy SMS driver
This commit is contained in:
parent
5759eba8c4
commit
3bbc0688f7
4 changed files with 4 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ $lang->cmd_admin_default_from_name_help = 'This name will be used in all outgoin
|
|||
$lang->cmd_admin_default_from_email_help = 'This e-mail address will be used in all outgoing e-mails.<br>If you are using SMTP or an external API, please check "Apply to All" to avoid having your e-mails treated as spam.';
|
||||
$lang->cmd_admin_default_reply_to_help = 'This e-mail will receive replies. Please leave it empty if it is the same as the address above.<br>Some sending methods may not support a separate Reply-To address.';
|
||||
$lang->cmd_admin_default_from_phone_help = 'This number will be used in all outgoing SMS notifications.<br>Some SMS gateways may require that you pre-register your phone number. In that case, you should also check "Apply to All".';
|
||||
$lang->cmd_admin_sms_dummy_driver_help = 'Select "Dummy" if you are not going to send any SMS.';
|
||||
$lang->cmd_admin_sms_dummy_driver_help = 'This option does not send any SMS, but may log them. Use this option for testing.';
|
||||
$lang->cmd_admin_sms_sender_key_help = 'The sender key is used for Alimtalk. Please leave it empty if you do not use Alimtalk.';
|
||||
$lang->cmd_admin_allow_split_sms_help = 'Split long texts into multiple SMS in order to prevent clipping.<br>This only applies to gateways that cannot send LMS/MMS. Otherwise, long texts will be automatically converted to LMS/MMS.';
|
||||
$lang->cmd_admin_allow_split_lms_help = 'Split very long texts into multiple LMS/MMS in order to prevent clipping.<br>This may increase your LMS/MMS cost significantly.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue