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

Unified Diff: chrome/common/extensions/docs/examples/api/contentSettings/popup.html

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 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/common/extensions/docs/examples/api/contentSettings/popup.html
diff --git a/chrome/common/extensions/docs/examples/api/contentSettings/popup.html b/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
index bbc62c52c8c790248201374e1c8e588e6c07cc17..71b9ce3f6f72ff2ee1658d69b5e4b14389de0afd 100644
--- a/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
+++ b/chrome/common/extensions/docs/examples/api/contentSettings/popup.html
@@ -32,7 +32,7 @@
<option value="ask">Ask</option>
<option value="block">Block</option>
</select></dd>
- <dt><label for="plugins">Plug-ins: </label></dt>
+ <dt><label for="plugins">Plugins: </label></dt>
<dd><select id="plugins" disabled>
<option value="allow">Allow</option>
<option value="block">Block</option>
@@ -71,7 +71,7 @@
<option value="ask">Ask</option>
<option value="block">Block</option>
</select></dd>
- <dt><label for="unsandboxedPlugins">Unsandboxed plug-in access: </label></dt>
+ <dt><label for="unsandboxedPlugins">Unsandboxed plugin access: </label></dt>
<dd><select id="unsandboxedPlugins" disabled>
<option value="allow">Allow</option>
<option value="ask">Ask</option>

Powered by Google App Engine
This is Rietveld 408576698