Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 70d6e1850a216d0abfa940b74d7f63467b328eac..22bca3d26e3560c7675294e763e4713da26c5701 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -4366,6 +4366,9 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph> |
| <message name="IDS_MD_EXTENSIONS_ITEM_INSPECT_VIEWS" desc="The text next to any inspectable views for an extension."> |
| Inspect views: |
| </message> |
| + <message name="IDS_MD_EXTENSIONS_ITEM_INSPECT_VIEWS_EXTRA" desc="The text to indicate there are additional inspectable views that aren't listed."> |
| + <ph name="NUMBER_OF_VIEWS">$1<ex>2</ex></ph> more... |
|
michaelpg
2017/02/23 04:22:08
I think this should use number formatting, and pro
Devlin
2017/02/23 19:09:21
Hmm, interesting. Unfortunately, we don't have a
michaelpg
2017/02/27 01:29:50
Yep, not worth the investigation here. It's an iss
|
| + </message> |
| <message name="IDS_MD_EXTENSIONS_ITEM_ALLOW_INCOGNITO" desc="The text next to the checkbox to enable an extension in incognito mode."> |
| Allow in incognito |
| </message> |