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

Unified Diff: chrome/app/generated_resources.grd

Issue 666523004: Use more accurate strings for plug-in content settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also change the message shown in the blocked plug-in area. Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7c45527ee719f473be625ec923fbf15f4ee99dcd..641081d64f73fa65ef52ad74ad52b196b050ef56 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6815,9 +6815,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PLUGIN_NOT_SUPPORTED_METRO" desc="The placeholder text for a plug-in that can't run in Windows Metro mode.">
This plug-in only works on the desktop.
</message>
- <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocked plug-in.">
- <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is not allowed.
- </message>
+ <if expr="is_macosx">
+ <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocked plug-in.">
+ Control-click to play <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph>.
+ </message>
+ </if>
+ <if expr="not is_macosx">
+ <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocked plug-in.">
+ Right-click to play <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph>.
+ </message>
+ </if>
<if expr="chromeos">
<message name="IDS_NACL_PLUGIN_BLOCKED" desc="The placeholder text for a blocked plug-in.">
This app is not currently supported on this device but the Chrome gnomes are hard at work to make it work soon.
@@ -7825,11 +7832,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PLUGIN_LOAD_RADIO" desc="A radio button in the Content Settings dialog for allowing plug-ins use on any site.">
Run automatically (recommended)
</message>
- <message name="IDS_PLUGIN_ASK_RADIO" desc="A radio button in the Content Settings dialog for allowing plug-ins use on any site.">
+ <message name="IDS_PLUGIN_ASK_RADIO" desc="A radio button in the Content Settings dialog for gating plug-ins on a mouse click (left button).">
Click to play
</message>
- <message name="IDS_PLUGIN_NOLOAD_RADIO" desc="A radio button in the Content Settings dialog for preventing plug-ins use on any site.">
- Block all
+ <message name="IDS_PLUGIN_ASK_MENU_RADIO" desc="A radio button in the Content Settings dialog for gating plug-ins on a context menu activation.">
+ Block by default (You can manually run a blocked plug-in at any time.)
</message>
<message name="IDS_PLUGIN_SELECTIVE_DISABLE" desc="Link to selectively disable plug-ins">
Disable individual plug-ins...
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/content_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698