Fix confusing translation
This commit is contained in:
parent
2e4c6597d8
commit
d72d22cda4
@ -961,7 +961,7 @@ class FormMail extends Form
|
|||||||
// For mass emailing, we have different keys
|
// For mass emailing, we have different keys
|
||||||
$vars=array(
|
$vars=array(
|
||||||
'__ID__' => 'IdRecord',
|
'__ID__' => 'IdRecord',
|
||||||
'__EMAIL__' => 'EMail',
|
'__EMAIL__' => 'EMailRecipient',
|
||||||
'__LASTNAME__' => 'Lastname',
|
'__LASTNAME__' => 'Lastname',
|
||||||
'__FIRSTNAME__' => 'Firstname',
|
'__FIRSTNAME__' => 'Firstname',
|
||||||
'__MAILTOEMAIL__' => 'TagMailtoEmail',
|
'__MAILTOEMAIL__' => 'TagMailtoEmail',
|
||||||
|
|||||||
@ -102,7 +102,8 @@ YouCanUseCommaSeparatorForSeveralRecipients=You can use the <b>comma</b> separat
|
|||||||
TagCheckMail=Track mail opening
|
TagCheckMail=Track mail opening
|
||||||
TagUnsubscribe=Unsubscribe link
|
TagUnsubscribe=Unsubscribe link
|
||||||
TagSignature=Signature sending user
|
TagSignature=Signature sending user
|
||||||
TagMailtoEmail=Recipient EMail
|
EMailRecipient=Recipient EMail
|
||||||
|
TagMailtoEmail=Recipient EMail (including html "mailto:" link)
|
||||||
NoEmailSentBadSenderOrRecipientEmail=No email sent. Bad sender or recipient email. Verify user profile.
|
NoEmailSentBadSenderOrRecipientEmail=No email sent. Bad sender or recipient email. Verify user profile.
|
||||||
# Module Notifications
|
# Module Notifications
|
||||||
Notifications=Notifications
|
Notifications=Notifications
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user