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

Unified Diff: chrome/app/generated_resources.grd

Issue 2296073002: [HBD] Update Old Options Strings for HBD (Closed)
Patch Set: address feedback Created 4 years, 3 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 91755458d652748f9415025cae5234dc14b59ddc..ad4c433607def38b588cb7ee5859aec996f35e3b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8067,23 +8067,23 @@ I don't think this site should be blocked!
{NUM_POPUPS,plural,=1{A pop-up is blocked} other{# pop-ups are blocked}}
</message>
</if>
- <message name="IDS_PLUGIN_TAB_LABEL" desc="Label for Plugins tab on Content Settings dialog">
- Plugins
+ <message name="IDS_FLASH_TAB_LABEL" desc="Label for Flash tab on Content Settings dialog">
+ Flash
</message>
- <message name="IDS_PLUGIN_HEADER" desc="Header for plugin exception management page on Content Settings dialog">
- Plugin exceptions
+ <message name="IDS_FLASH_HEADER" desc="Header for plugin exception management page on Content Settings dialog">
+ Flash exceptions
</message>
- <message name="IDS_PLUGIN_ALLOW_RADIO" desc="A radio button in the Content Settings dialog for allowing plugins use on any site.">
- Run all plugin content
+ <message name="IDS_FLASH_ALLOW_RADIO" desc="A radio button in the Content Settings dialog for allowing plugins use on any site.">
+ Allow sites to run Flash
</message>
- <message name="IDS_PLUGIN_DETECT_RECOMMENDED_RADIO" desc="A radio button in the Content Settings dialog for detecting and running important plugin content only. This is the behavior Chrome recommends.">
- Detect and run important plugin content (recommended)
+ <message name="IDS_FLASH_DETECT_RECOMMENDED_RADIO" desc="A radio button in the Content Settings dialog for detecting and running important plugin content only. This is the behavior Chrome recommends.">
+ Detect and run important Flash content (recommended)
</message>
- <message name="IDS_PLUGIN_BLOCK_RADIO" desc="A radio button in the Content Settings dialog for gating plugins on a context menu activation.">
- Let me choose when to run plugin content
+ <message name="IDS_FLASH_ASK_RECOMMENDED_RADIO" desc="A radio button in the Content Settings dialog for asking first before running Flash. This is the behavior Chrome recommends.">
+ Ask first before allowing sites to run Flash (recommended)
</message>
- <message name="IDS_PLUGIN_MANAGE_INDIVIDUAL" desc="Link to manage individual plugins">
- Manage individual plugins...
+ <message name="IDS_FLASH_BLOCK_RADIO" desc="A radio button in the Content Settings dialog for gating plugins on a context menu activation.">
+ Block sites from running Flash
</message>
<message name="IDS_JAVASCRIPT_TAB_LABEL" desc="Label for JavaScript tab on Content Settings dialog">
JavaScript

Powered by Google App Engine
This is Rietveld 408576698