Issue #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?.

merge-requests/26/head
webchick 2011-09-27 11:59:41 -07:00
parent 53be447700
commit 3eb1c0f675
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
);