diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 106d30c..d8d1c11 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -1577,7 +1577,7 @@ function template_preprocess_field_multiple_value_form(&$variables) { 'data' => array( '#prefix' => '', 'title' => array( - '#markup' => t($element['#title']), + '#markup' => $element['#title'], ), '#suffix' => '', ),