| 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 713a88ac2fedbc1961567e257397656e854bd2a5..c573c07cbe0ff95154c5175a87c6d6cd68778d26 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -2628,6 +2628,11 @@ You can control the Physical Web in Chrome Settings.
|
| <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clicking the tab switcher button gives you quick access to your tabs.">
|
| Tap this button for quick access to your tabs.
|
| </message>
|
| +
|
| + <!-- Item Chooser UI strings -->
|
| + <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>
|
| </messages>
|
| </release>
|
| </grit>
|
|
|