diff --git modules/file/.file.field.inc.swp modules/file/.file.field.inc.swp index b2ef7cc..c4de22c 100644 Binary files modules/file/.file.field.inc.swp and modules/file/.file.field.inc.swp differ diff --git modules/file/file.field.inc modules/file/file.field.inc index c55d369..3a08495 100644 --- modules/file/file.field.inc +++ modules/file/file.field.inc @@ -428,7 +428,7 @@ function file_field_widget_settings_form($field, $instance) { 'bar' => t('Bar with progress meter'), ), '#default_value' => $settings['progress_indicator'], - '#description' => t('The throbber display does not show the status of uploads but takes up space. The progress bar is helpful for monitoring progress on large uploads.'), + '#description' => t('The throbber display does not show the status of uploads but takes up less space. The progress bar is helpful for monitoring progress on large uploads.'), '#weight' => 16, '#access' => file_progress_implementation(), );