| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 43c4bfeeaa4c1cb0dd115c7e1a7a6b8d1caf2995..2db0c15c0e7dadcd30893e9aa4386fd37f9d4dc2 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -3621,8 +3621,8 @@ Even if you have downloaded files from this website before, the website might ha
|
| <ph name="EXTENSION_NAME">$1<ex>Adblock</ex></ph> was installed remotely
|
| </message>
|
|
|
| - <!-- Extension toolbar bubble -->
|
| <if expr="enable_extensions">
|
| + <!-- Extension toolbar bubble -->
|
| <message name="IDS_EXTENSION_TOOLBAR_BUBBLE_HEADING" desc="Heading of the bubble to tell users that all extensions are now visible in the toolbar (the extension toolbar info bubble).">
|
| All your extensions are here
|
| </message>
|
| @@ -3632,6 +3632,20 @@ Even if you have downloaded files from this website before, the website might ha
|
| <message name="IDS_EXTENSION_TOOLBAR_BUBBLE_OK" desc="Button label for the extension toolbar info bubble.">
|
| Got it
|
| </message>
|
| +
|
| + <!-- Extension blocked action bubble -->
|
| + <message name="IDS_EXTENSION_BLOCKED_ACTION_BUBBLE_HEADING" desc="Heading of the bubble to tell users that in order to run an extension, they'll need to refresh the page.">
|
| + Refresh required
|
| + </message>
|
| + <message name="IDS_EXTENSION_BLOCKED_ACTION_BUBBLE_CONTENT" desc="The content of the bubble to tell users that in order to run an extension, they'll need to refresh the page.">
|
| + In order to run this extension, you need to refresh the page. You can run this extension automatically on this site by right-clicking on the extension icon.
|
| + </message>
|
| + <message name="IDS_EXTENSION_BLOCKED_ACTION_BUBBLE_OK_BUTTON" desc="The text of the button to proceed with the page refresh for running an extension.">
|
| + OK, refresh
|
| + </message>
|
| + <message name="IDS_EXTENSION_BLOCKED_ACTION_BUBBLE_CANCEL_BUTTON" desc="The text of the button to close the bubble and not refresh the page or run the extension.">
|
| + Never mind
|
| + </message>
|
| </if>
|
|
|
| <!-- Extension install prompt -->
|
|
|