]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #219 from jeffreymcclain/patch-1
authorMichael Kaply <consulting@kaply.com>
Fri, 31 Aug 2018 17:00:08 +0000 (10:00 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Aug 2018 17:00:08 +0000 (10:00 -0700)
Fixed Typos

README.md
windows/en-US/firefox.adml

index c0d8424f44360cec1e393db3f8e122000a8dd6c4..9e54f1439c440638784f8d9f8fa71faef2e71f2f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -306,7 +306,7 @@ If this policy is not configured, tracking protection is not enabled by default
 
 If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing.
 
-If Value is set to true, private browsing is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it.
+If Value is set to true, tracking protection is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it.
 ```
 {
   "policies": {
@@ -397,7 +397,7 @@ This policy sets the behavior of Flash on the specified domains, as well as the
     "FlashPlugin": {
       "Allow": ["http://example.org/"], /* Sites on the allow list do not override Flash being completely disabled */
       "Block": ["http://example.edu/"],
-      "Default": [true|false], /* If this is set to true, flash is always enabled. If it is set to false, Flash is never enabled */
+      "Default": [true|false], /* If this is set to true, Flash is always enabled. If it is set to false, Flash is never enabled */
       "Locked": [true|false]
     }
   }
index b58c9cbb05f1fec719f8ab83683e9c95476897b5..18b353c23c86217cdb21b9e049c2443760449657 100644 (file)
@@ -228,7 +228,7 @@ If this policy is disabled or not configured, the default Flash policy is follow
 
 If this policy is disabled or not configured, the default Flash policy is followed.</string>
       <string id="FlashPlugin_Default">Activate Flash on websites</string>
-      <string id="FlashPlugin_Default_Explain">If this policy is enabled, Flash is always activates on websites.
+      <string id="FlashPlugin_Default_Explain">If this policy is enabled, Flash is always activated on websites.
 
 If this policy is disabled, Flash is never activated on websites, even if they are in the specified in the Allow list.
 

patrick-canterino.de