Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index de1ef4f90f9a72129898d0289d8822c78d5e89da..76ea12fbd64e23ff17d50dc8dd609cfef4979aa3 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -14595,7 +14595,7 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex |
| <if expr="not is_android and not is_ios"> |
| <!-- Chooser Bubble Prompt --> |
| <message name="IDS_CHOOSER_BUBBLE_PROMPT" desc="The label that is used to introduce chooser details to the user in a popup."> |
| - This site wants to connect to: |
| + <ph name="URL">$1<ex>https://www.google.com</ex></ph> wants to connect to: |
|
palmer
2016/04/18 18:28:10
I would name this |Origin| instead of |URL|, since
juncai
2016/04/18 19:43:24
Yes, only secure origins are shown on the title.
|
| </message> |
| <!-- Chooser Bubble No Devices Found Prompt --> |
| <message name="IDS_CHOOSER_BUBBLE_NO_DEVICES_FOUND_PROMPT" desc="The label that is used to inform user that no devices found in the chooser popup."> |