From 3eb1c0f675a8930678172fc867e94582189aad26 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 27 Sep 2011 11:59:41 -0700 Subject: Issue #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?. --- modules/file/file.field.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/file') diff --git a/modules/file/file.field.inc b/modules/file/file.field.inc index 9206342c5..35696dda6 100644 --- a/modules/file/file.field.inc +++ b/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(), ); -- cgit v1.2.3