diff --git a/views/filefield_handler_field_data.inc b/views/filefield_handler_field_data.inc index 736532ef2f5e70a4252b61a8912d3c0c038e01db..947c5620b554970668c604e4cfa1054c4f95069b 100644 --- a/views/filefield_handler_field_data.inc +++ b/views/filefield_handler_field_data.inc @@ -30,7 +30,7 @@ class filefield_handler_field_data extends views_handler_field_node { '#options' => $options, '#required' => TRUE, '#default_value' => $this->options['data_key'], - '#description' => t('The data column may contain only a few or none any of these data options. The name of the module that provides the data is shown in parathesis.'), + '#description' => t('The data column may contain only a few or none any of these data options. The name of the module that provides the data is shown in parentheses.'), '#weight' => 4, ); }