summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 16:43:21 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 16:43:21 +0000
commitfb19ca90210a8cb039d749f441fb6fab22afe089 (patch)
tree145e2f6668877896e3d330a7649424f2d3cdfbbd /chrome/app/policy
parent3756cf0fcb1edb68e95ee53257554e4fd00dbfed (diff)
downloadchromium_src-fb19ca90210a8cb039d749f441fb6fab22afe089.zip
chromium_src-fb19ca90210a8cb039d749f441fb6fab22afe089.tar.gz
chromium_src-fb19ca90210a8cb039d749f441fb6fab22afe089.tar.bz2
Update policy description for SystemUse24HourClock policy.
This clarifies the policy description to agree with the implementation and describe the default behavior. BUG= TEST=None, doc update only. Review URL: https://chromiumcodereview.appspot.com/23125005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r--chrome/app/policy/policy_templates.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 73cb47b..4bbb89c0 100644
--- a/chrome/app/policy/policy_templates.json
+++ b/chrome/app/policy/policy_templates.json
@@ -4113,7 +4113,13 @@
'example_value': True,
'id': 236,
'caption': '''Use 24 hour clock by default''',
- 'desc': '''Specifies the clock format be used for the device. Users can override clock format for the current session. However, on logout it is set back to the specified value. If an empty string is provided, device owner preference is used.''',
+ 'desc': '''Specifies the clock format be used for the device.
+
+ This policy configures the clock format to use on the login screen and as a default for user sessions. Users can still override the clock format for their account.
+
+ If the policy is not set to true, the device will use a 24 hour clock format. If the policy is set to false, the device will use 12 hour clock format.
+
+ If this policy is not set, the device will default to a 24 hour clock format.''',
},
{
'name': 'ShowLogoutButtonInTray',