You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/java/com/google/android/material/datepicker/res/values/strings.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@
46
46
<stringname="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>
47
47
<stringname="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>
48
48
<stringname="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
-
<stringname="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
+
<stringname="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>
50
50
<stringname="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>
51
51
<stringname="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>
52
52
<stringname="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