| Index: content/public/android/java/strings/android_content_strings.grd
|
| diff --git a/content/public/android/java/strings/android_content_strings.grd b/content/public/android/java/strings/android_content_strings.grd
|
| index 30b38537d92cf9ff5e8de2414798473fda01420c..69aabb4e7051f5f4e30164ccaed35756bcc5a785 100644
|
| --- a/content/public/android/java/strings/android_content_strings.grd
|
| +++ b/content/public/android/java/strings/android_content_strings.grd
|
| @@ -26,6 +26,9 @@
|
| <message desc="Title for the month picker dialog, which can be used to choose a month. [CHAR-LIMIT=32]" name="IDS_MONTH_PICKER_DIALOG_TITLE">
|
| Set month
|
| </message>
|
| + <message desc="Title for the week picker dialog, which can be used to choose a week. [CHAR-LIMIT=32]" name="IDS_WEEK_PICKER_DIALOG_TITLE">
|
| + Set week
|
| + </message>
|
| <message desc="Content description for the date time picker date component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATETIME_PICKER_DATE">
|
| Date
|
| </message>
|
| @@ -35,6 +38,9 @@
|
| <message desc="Content description for the date time picker month component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATE_PICKER_MONTH">
|
| Month
|
| </message>
|
| + <message desc="Content description for the date time picker week component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATE_PICKER_WEEK">
|
| + Week
|
| + </message>
|
| <message desc="Content description for the date time picker year component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATE_PICKER_YEAR">
|
| Year
|
| </message>
|
|
|