diff options
author | tommycli <tommycli@chromium.org> | 2015-03-16 13:16:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-16 20:17:22 +0000 |
commit | e86b2982a90cc87afbeb8599cc54c274c482b0ec (patch) | |
tree | 2d02def47398f16fa93aea38e66448af48bec4ee /tools/json_schema_compiler | |
parent | 8f7612681b0b45c99010e90d5a0b7c1d80d9de8d (diff) | |
download | chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.zip chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.gz chromium_src-e86b2982a90cc87afbeb8599cc54c274c482b0ec.tar.bz2 |
Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.
Passed chrome-ui-review: https://groups.google.com/a/google.com/d/msg/chrome-ui-review/FwuQ2TWc5n8/H3PSuV4L_cAJ
BUG=467165
TBR=tsepez
(comment changes only in render_messages)
NOPRESUBMIT=true
(legacy LOG messages)
Review URL: https://codereview.chromium.org/1007443004
Cr-Commit-Position: refs/heads/master@{#320782}
Diffstat (limited to 'tools/json_schema_compiler')
-rw-r--r-- | tools/json_schema_compiler/test/content_settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/json_schema_compiler/test/content_settings.json b/tools/json_schema_compiler/test/content_settings.json index 6fac436..f8778fa 100644 --- a/tools/json_schema_compiler/test/content_settings.json +++ b/tools/json_schema_compiler/test/content_settings.json @@ -195,7 +195,7 @@ }, "plugins": { "$ref": "ContentSetting", - "description": "Whether to run plug-ins. One of<br><var>allow</var>: Run plug-ins automatically,<br><var>block</var>: Don't run plug-ins automatically. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.", + "description": "Whether to run plugins. One of<br><var>allow</var>: Run plugins automatically,<br><var>block</var>: Don't run plugins automatically. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.", "value": [ "plugins", {"type":"string", "enum": ["allow", "block"]} |