Skip to content

Commit a782e7a

Browse files
Material Design Teamimhappi
Material Design Team
authored andcommittedAug 23, 2023
[MaterialDatePicker][a11y] Fixing the "Column of Days:" announcement causing Talkback verbosity
PiperOrigin-RevId: 559224257
1 parent ef9f918 commit a782e7a

File tree

1 file changed

+1
-1
lines changed
  • lib/java/com/google/android/material/datepicker/res/values

1 file changed

+1
-1
lines changed
 

‎lib/java/com/google/android/material/datepicker/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<string name="mtrl_picker_a11y_next_month" description="a11y string to indicate this button moves the calendar to the next month [CHAR_LIMIT=NONE]">Change to next month</string>
4747
<string name="mtrl_picker_toggle_to_year_selection" description="a11y string to indicate this button switches the user to choosing a year [CHAR_LIMIT=NONE]">Tap to switch to year view</string>
4848
<string name="mtrl_picker_toggle_to_day_selection" description="a11y string to indicate this button switches the user to choosing a day [CHAR_LIMIT=NONE]">Tap to switch to Calendar view</string>
49-
<string name="mtrl_picker_day_of_week_column_header" description="a11y string to indicate this is a header for a column of days for one day of the week (e.g., Monday) [CHAR_LIMIT=NONE]">Column of days: %1$s</string>
49+
<string name="mtrl_picker_day_of_week_column_header" description="a11y string to indicate this is a header for a column of days for one day of the week (e.g., Monday) [CHAR_LIMIT=NONE]">%1$s</string>
5050
<string name="mtrl_picker_announce_current_selection" description="a11y string read on selection change to indicate the new selection [CHAR_LIMIT=NONE]">Current selection: %1$s</string>
5151
<string name="mtrl_picker_announce_current_range_selection" description="a11y string read on range selection change to indicate the new selection [CHAR_LIMIT=NONE]">Start date selection: %1$s – End date selection: %2$s</string>
5252
<string name="mtrl_picker_announce_current_selection_none" description="a11y string read on selection change to indicate an empty selection [CHAR_LIMIT=NONE]">none</string>

0 commit comments

Comments
 (0)
Please sign in to comment.