Commit 6ab67e23 authored by franceslui's avatar franceslui Committed by Damien McKenna
Browse files

Issue #3301664 by joelpittet, immaculatexavier, DamienMcKenna, franceslui:...

Issue #3301664 by joelpittet, immaculatexavier, DamienMcKenna, franceslui: Help text of 'All Day' checkbox is difficult to interpret.
parent 700c1d8c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ Date 7.x-3.x-dev, 2022-xx-xx
By DamienMcKenna: Tidied CHANGELOG.txt file.
#3019527 by steinmb, solideogloria, DamienMcKenna: Move DateObject class to an
  separate file.
#3301664 by joelpittet, immaculatexavier, DamienMcKenna, franceslui: Help text
  of 'All Day' checkbox is difficult to interpret.


Date 7.x-3.0-alpha1, 2021-08-27
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ function date_all_day_date_combo_process_alter(&$element, &$form_state, $context
      '#suffix' => '</div>',
    );
    if (($instance['widget']['type'] == 'date_text')) {
      $element['all_day']['#description'] = t('If present, the time portion of the date string will be ignored when this option is checked.');
      $element['all_day']['#description'] = t('When this option is checked, the time portion of the date/time value will be ignored.');
    }
  }