diff --git a/multifile.inc b/multifile.inc index 4ef678b508aab0ca9ac2de04b37ce7f64fa9f2b2..3df6938f7b933528892749a2d252ec7d6edee5ee 100644 --- a/multifile.inc +++ b/multifile.inc @@ -350,6 +350,7 @@ function _webform_render_multifile($component, $value = NULL, $filter = TRUE) { $current_types = isset($component['extra']['filtering']['types']) ? $component['extra']['filtering']['types'] : array(); $element[$form_key] = array( '#type' => 'file', + '#translatable' => array('title', 'description'), '#title' => $filter ? _webform_filter_xss($component['name']) : $component['name'], '#title_display' => $component['extra']['title_display'] ? $component['extra']['title_display'] : 'before', //'#required' => $component['mandatory'], // Drupal core bug with required file uploads.