diff options
-rw-r--r-- | ash/ash_strings.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 94a18f4..df071f2 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -321,11 +321,11 @@ Press Ctrl+Alt+Z to disable. <message name="IDS_ASH_STATUS_TRAY_DISPLAY_EXTENDED_NO_INTERNAL" desc="The label used in the tray to show that the current status is extended and the device doesn't have the internal display."> Extending screen </message> - <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The label used in the tray to show that the current status is docked mode."> + <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED" desc="The title of the notification indicating that the system is in docked mode."> Docked mode </message> - <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED_DESCRIPTION" desc="The label used in the notification body to describe what the docked mode means."> - Your Chromebook will stay on while connected to an external display, even with the lid closed. + <message name="IDS_ASH_STATUS_TRAY_DISPLAY_DOCKED_DESCRIPTION" desc="The body of the notification indicating that the system is in docked mode."> + You can keep using your Chromebook while it's connected to an external display, even with the lid closed. </message> <message name="IDS_ASH_STATUS_TRAY_DISPLAY_RESOLUTION_CHANGED" desc="The label used in the tray to notify that the display resolution settings has changed."> <ph name="DISPLAY_NAME">$1</ph> resolution was changed to <ph name="RESOLUTION">$2</ph> |