| Index: ios/chrome/share_extension/strings/ios_share_extension_strings.grd
|
| diff --git a/ios/chrome/share_extension/strings/ios_share_extension_strings.grd b/ios/chrome/share_extension/strings/ios_share_extension_strings.grd
|
| index 5a9aeae74049918452bf1e42c583f87e5c471801..fd8dd3841a7f44de23dfaab8e50a0b8a607cda6c 100644
|
| --- a/ios/chrome/share_extension/strings/ios_share_extension_strings.grd
|
| +++ b/ios/chrome/share_extension/strings/ios_share_extension_strings.grd
|
| @@ -136,6 +136,12 @@ all other OS specific variables will be false.
|
| <message name="IDS_IOS_ADD_BOOKMARKS_SHARE_EXTENSION" desc="Share extension button to add to bookmarks [Length: 30em]" meaning="Button title [Length: 30em]">
|
| Add to Bookmarks
|
| </message>
|
| + <message name="IDS_IOS_ERROR_MESSAGE_SHARE_EXTENSION" desc="Share extension message to tell the user the URL cannot be processed. The name of the application will be put in place of APPLICATION_NAME">
|
| + APPLICATION_NAME cannot handle this link.
|
| + </message>
|
| + <message name="IDS_IOS_OK_BUTTON_SHARE_EXTENSION" desc="Label for the OK button in the share extension.">
|
| + OK
|
| + </message>
|
| </messages>
|
| </release>
|
| </grit>
|
|
|