Issue #848546 by mlncn: Fixed Throbber versus Progress bar help text incorrect?.
parent
53be447700
commit
3eb1c0f675
|
@ -428,7 +428,7 @@ function file_field_widget_settings_form($field, $instance) {
|
||||||
'bar' => t('Bar with progress meter'),
|
'bar' => t('Bar with progress meter'),
|
||||||
),
|
),
|
||||||
'#default_value' => $settings['progress_indicator'],
|
'#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,
|
'#weight' => 16,
|
||||||
'#access' => file_progress_implementation(),
|
'#access' => file_progress_implementation(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue