Skip to content
Snippets Groups Projects
Commit d72d22cd authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix confusing translation

parent 2e4c6597
Branches
Tags
No related merge requests found
...@@ -961,7 +961,7 @@ class FormMail extends Form ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment