summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 09:44:06 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-28 09:44:06 +0000
commit19b0f8534444b1d07dbfcccda6f000b7232990a3 (patch)
tree0291923ff799844d56843865f22c40827997a313 /chrome/app
parentb93de4c27b6509093a67fd8fbfea535f21be9a1e (diff)
downloadchromium_src-19b0f8534444b1d07dbfcccda6f000b7232990a3.zip
chromium_src-19b0f8534444b1d07dbfcccda6f000b7232990a3.tar.gz
chromium_src-19b0f8534444b1d07dbfcccda6f000b7232990a3.tar.bz2
Update DisabledPlugins description text to mention wildcards.
BUG=61058 TEST=Policy templates and documentation have wildcard information. Review URL: http://codereview.chromium.org/4196004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/policy/policy_templates.grd2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd
index a60c525..a4d5d97 100644
--- a/chrome/app/policy/policy_templates.grd
+++ b/chrome/app/policy/policy_templates.grd
@@ -404,6 +404,8 @@ templates and will be translated for each locale. -->
<message name="IDS_POLICY_DISABLEDPLUGINS_DESC" desc="Description of the 'disable plugins' policy.">
Specifies a list of plugins that are disabled in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
+ The wildcard characters '*' and '?' can be used to match sequences of arbitrary characters. '*' matches an arbitrary number of characters while '?' specifies an optional single character, i.e. matches zero or one characters. The escape character is '\', so to match actual '*', '?', or '\' characters, you can put a '\' in front of them.
+
If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked as disabled in 'about:plugins' and users cannot enable them.
</message>
<message name="IDS_POLICY_DISABLEDPLUGINS_LABEL" desc="Label of the 'list of disabled plugins' text field in the 'disabled plugins' policy settings page.">