| Index: ash/ash_strings.grd | 
| diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd | 
| index 2ad303843f1797f84ef35040b9c9c091b15a651d..8b1cf38069d5a90a8a0f8a0a61eace7a597c6e0b 100644 | 
| --- a/ash/ash_strings.grd | 
| +++ b/ash/ash_strings.grd | 
| @@ -457,6 +457,18 @@ Press Shift + Alt to switch. | 
| <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the internal display which is shown in the display settings."> | 
| Internal Display | 
| </message> | 
| +      <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The title of the notification when a screenshot was taken."> | 
| +        Screenshot taken | 
| +      </message> | 
| +      <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed."> | 
| +        An error occurred | 
| +      </message> | 
| +      <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The text of the notification when a screenshot was taken."> | 
| +        Click to view | 
| +      </message> | 
| +      <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text of the notification when taking a screenshot failed."> | 
| +        Failed to save screenshot | 
| +      </message> | 
|  | 
| <!-- ChromeOS-specific strings --> | 
| <if expr="pp_ifdef('chromeos')"> | 
|  |