Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: chrome/app/generated_resources.grd

Issue 319553008: Updated Plugin bubble model to add "learn more" link and to appear with a sliding yellow thing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 12c9090c5e56f67dadfb2ae20eea8e8650bcc508..7bdacd8f291d04e87f9fb614327757a2fdb43c8c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2368,6 +2368,9 @@ Even if you have downloaded files from this website before, the website might ha
<message name="IDS_BLOCKED_POPUPS_EXPLANATORY_TEXT" desc="Explanatory animated text that appears (and then disappears) in the address line when popup is blocked">
Pop-up blocked
</message>
+ <message name="IDS_BLOCKED_PLUGIN_EXPLANATORY_TEXT" desc="Explanatory animated text that appears (and then disappears) in the address line when plugin is blocked">
+ Plug-in blocked
+ </message>
<message name="IDS_BLOCKED_JAVASCRIPT_TITLE" desc="Tooltip and bubble info header text when a page is not allowed to run JavaScript.">
JavaScript was blocked on this page.
</message>
@@ -2389,7 +2392,7 @@ Even if you have downloaded files from this website before, the website might ha
Plug-ins were blocked on this page.
</message>
<message name="IDS_BLOCKED_PLUGINS_UNBLOCK_ALL" desc="Radio button choice to unblock a site from using plug-ins, displayed in bubble when a page tries to use plug-ins.">
- Always allow plug-ins on <ph name="HOST">$1<ex>mail.google.com</ex></ph>
+ Always run on this site
</message>
<if expr="is_macosx">
<message name="IDS_BLOCKED_PLUGINS_UNBLOCK" desc="Radio button choice to unblock a site from using *a specific set* of plug-ins, displayed in bubble when a page tries to use plug-ins.">
@@ -2397,13 +2400,13 @@ Even if you have downloaded files from this website before, the website might ha
</message>
</if>
<message name="IDS_BLOCKED_PLUGINS_NO_ACTION" desc="Radio button choice to continue blocking a site from using plug-ins, displayed in bubble when a page tries to use plug-ins.">
- Continue blocking plug-ins
+ Block plug-ins on this site
Bernhard Bauer 2014/06/16 09:43:15 Did this string get UI-reviewed? It seems inconsis
felt 2014/06/16 13:29:24 Yes, but I'll ask Alex about whether we ought to c
</message>
<message name="IDS_BLOCKED_PLUGINS_LINK" desc="Link to plug-ins section of content blocking management dialog, displayed in bubble when a page tries to display plug-ins.">
Manage plug-in blocking...
</message>
<message name="IDS_BLOCKED_PLUGINS_LOAD_ALL" desc="Button to load all blocked plugins on a page, displayed in bubble when a page tries to display plug-ins.">
- Run all plug-ins this time
+ Run this time
</message>
<!-- Certificate error strings -->

Powered by Google App Engine
This is Rietveld 408576698