| Index: chrome/android/java/strings/android_chrome_strings.grd
|
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
|
| index 237519054262a64ad165d9ba4d752750811189d4..f65f5498402f68708a35789582a2b4253ba48d78 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -2591,6 +2591,13 @@ You can control the Physical Web in Chrome Settings.
|
| <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish items with the same name, the item chooser shows the item name with id.">
|
| <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$s<ex>item id</ex></ph>)
|
| </message>
|
| +
|
| + <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the infobar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
|
| + <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN"><style></ph>Instant<ph name="STYLE_END"></style></ph>
|
| + </message>
|
| + <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the user action that will open an Instant App. [CHAR LIMIT=20]">
|
| + Open in app
|
| + </message>
|
| </messages>
|
| </release>
|
| </grit>
|
|
|