| Index: chrome/app/chromeos_strings.grdp
|
| diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
|
| index 0deeebbae4aff404d3720ed08b2a68e20a5b7044..500038c7b5be4421653f7eef66e31b058546d794 100644
|
| --- a/chrome/app/chromeos_strings.grdp
|
| +++ b/chrome/app/chromeos_strings.grdp
|
| @@ -1788,6 +1788,12 @@ Press any key to continue exploring.
|
| <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ACCESSIBILITY">
|
| Accessibility
|
| </message>
|
| + <message name="IDS_OPTIONS_SETTINGS_TIME_SYNCED_EXPLANATION" desc="In the settings tab, the text indicating that the date and time are set automatically.">
|
| + Date and time are set automatically.
|
| + </message>
|
| + <message name="IDS_OPTIONS_SETTINGS_SET_TIME_BUTTON" desc="In the settings tab, the prompt on the button to open a dialog to set date and time.">
|
| + Set date and time
|
| + </message>
|
| <message name="IDS_OPTIONS_SETTINGS_TIMEZONE_DESCRIPTION" desc="In the settings tab, the text next to the timezone combobox.">
|
| Time zone:
|
| </message>
|
| @@ -5394,4 +5400,14 @@ All users must sign out to continue.
|
| Enroll
|
| </message>
|
|
|
| + <!-- Set time/date UI display strings -->
|
| + <message name="IDS_SET_TIME_TITLE" desc="Title of the set time/date UI.">
|
| + Check your system time
|
| + </message>
|
| + <message name="IDS_SET_TIME_PROMPT" desc="Text prompting the user to check and set the system time.">
|
| + Chrome was unable to set the system time. Please check the time below and correct it if needed.
|
| + </message>
|
| + <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close the window.">
|
| + Done
|
| + </message>
|
| </grit-part>
|
|
|