Skip to content
Snippets Groups Projects
Commit cefb4fe7 authored by mooffie's avatar mooffie
Browse files

#274981, incorrect tokens, in D6 branch only, in email message body.

parent b6e53b73
No related branches found
No related merge requests found
......@@ -278,7 +278,7 @@ function flag_action_email_form($context) {
$form['message'] = array(
'#type' => 'textarea',
'#title' => t('Message'),
'#default_value' => isset($context['message']) ? $context['message'] : t("The [flag-action-content-type] [flag-action-title] has been flagged [flag-action-count] times with the [flag-title] flag.\n\nView this [flag-action-content-type] at [flag-action-content-url]."),
'#default_value' => isset($context['message']) ? $context['message'] : t("The [flag-content-type] [flag-content-title] has been flagged [flag-count] times with the [flag-title] flag.\n\nView this [flag-content-type] at [flag-content-url]."),
'#description' => t('The message that should be sent.'),
'#weight' => -5,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment