Chromium Code Reviews| Index: ash/ash_strings.grd |
| diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd |
| index 34a9e154ff69f803c2369191599031dbded736bd..82ecaaca31b04ab09223edfce419207320ac7fd1 100644 |
| --- a/ash/ash_strings.grd |
| +++ b/ash/ash_strings.grd |
| @@ -170,16 +170,25 @@ This file contains the strings for ash. |
| <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_DESCRIPTION" desc="The accessible description of the status tray and the information on it."> |
| Status tray, time <ph name="time">$1<ex>9:50</ex></ph>, <ph name="battery">$2<ex>Battery is full.</ex></ph> |
| </message> |
| - <message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED_BUBBLE" desc="The message shown on a bubble when a braille display is connected"> |
| -Braille display connected. |
| + <message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED" desc="The message shown on a notification when a braille display is connected"> |
| + Braille display connected. |
| </message> |
| <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The accessible text for a settings button."> |
| Settings |
| </message> |
| - <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_BUBBLE" desc="The message shown on a bubble when spoken feedback is enabled"> |
| -ChromeVox (spoken feedback) is enabled. |
| + <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED" desc="The message shown on a notification when spoken feedback is enabled"> |
| +Spoken feedback is enabled. |
| Press Ctrl+Alt+Z to disable. |
|
tdanderson
2017/05/08 21:55:27
The spacing around the + signs should be consisten
yiyix
2017/05/15 22:55:15
Good call. updated.
|
| </message> |
| + <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_TITLE" desc="The title message shown on a notification when spoken feedback is enabled"> |
| + ChromeVox enabled |
| + </message> |
| + <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_BRAILLE_ENABLED_TITLE" desc="The message shown on a notification when spoken feedback is enabled"> |
|
tdanderson
2017/05/08 21:55:27
nit: update desc
yiyix
2017/05/15 22:55:15
Sorry, I forget to update it as i copy it.
|
| + Braille and Chromevox are enabled |
|
tdanderson
2017/05/08 21:55:27
Should be ChromeVox instead of Chromevox
yiyix
2017/05/15 22:55:15
Done.
|
| + </message> |
| + <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_BRAILLE_ENABLED" desc="The message shown on a notification when spoken feedback is enabled"> |
| + Press Ctrl + Alt + Z to disable spoken feedback. |
|
tdanderson
2017/05/08 21:55:27
I suspect that it is sufficient for IDS_ASH_STATUS
|
| + </message> |
| <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> |
| Sign out |
| </message> |