| 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 7ad7344b5570629fd914fc947a5e740c5ec6063f..d61a6890fbb2a9734fda8be09bc47b1b7ca6dc59 100644
|
| --- a/content/public/android/java/strings/android_content_strings.grd
|
| +++ b/content/public/android/java/strings/android_content_strings.grd
|
| @@ -11,14 +11,17 @@
|
| <message desc="Content description for the content view that holds the web contents [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_CONTENT_VIEW">
|
| Web View
|
| </message>
|
| + <message desc="Title for the date picker dialog, which can be used to choose a date. [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_TITLE">
|
| + Set date
|
| + </message>
|
| <message desc="Label for 'set' button in date picker dialog and time picker dialog, used to replace the contents of a field with the chosen date or time [CHAR-LIMIT=12]" name="IDS_DATE_PICKER_DIALOG_SET">
|
| Set
|
| </message>
|
| <message desc="Label for 'clear' button in date picker dialog and time picker dialog, used to replace the contents of a field with the empty string [CHAR-LIMIT=12]" name="IDS_DATE_PICKER_DIALOG_CLEAR">
|
| Clear
|
| </message>
|
| - <message desc="Title for the date picker dialog, which can be used to choose a date. [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_TITLE">
|
| - Set date
|
| + <message desc="Label for 'other' button in date picker dialog and time picker dialog, used to close the list of suggestions and open the the full date/time picker [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_OTHER_BUTTON_LABEL">
|
| + Other
|
| </message>
|
| <message desc="Title for the date/time picker dialog, which can be used to choose a date and time. [CHAR-LIMIT=32]" name="IDS_DATE_TIME_PICKER_DIALOG_TITLE">
|
| Set date and time
|
|
|