From fd4587437256376e1e6bdfeee16c9a39869af3be Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Mon, 13 Jan 2014 09:06:45 -0500 Subject: [PATCH] Updated help on Advanced Settings page Added note to use double, not single quotes for string values. STUD-1144 --- cms/templates/settings_advanced.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cms/templates/settings_advanced.html b/cms/templates/settings_advanced.html index 566e281291bc..30bdec161c53 100644 --- a/cms/templates/settings_advanced.html +++ b/cms/templates/settings_advanced.html @@ -64,7 +64,7 @@

${_("Manual Policy Definition")}

- ${_("Manually Edit Course Policy Values (JSON Key / Value pairs, use " not ')")} +

${_("Warning: Do not modify these policies unless you are familiar with their purpose.")}

@@ -82,6 +82,8 @@

${_("What do advanced settings do?")}

${_("Advanced settings control specific course functionality. On this page, you can edit manual policies, which are JSON-based key and value pairs that control specific course settings.")}

${_("Any policies you modify here override all other information you've defined elsewhere in Studio. Do not edit policies unless you are familiar with both their purpose and syntax.")}

+ +

${_("{em_start}Note:{em_end} When you enter strings as policy values, ensure that you use double quotation marks (") around the string. Do not use single quotation marks (').").format(em_start='', em_end="")}