Commit 01d5a0c5 by sjang92

Merge pull request #92 from Stanford-Online/sjang92/bulksettings_buttonname_fix

Bulksettings -> Problem Settings name change
parents ea32cc19 03060719
......@@ -484,7 +484,7 @@ COURSE_UTILITIES = [
{"short_description": "Bulk view problem settings",
"long_description": "This utility will allow you to view all section, subsection and problem settings in one page.",
"action_url": "utility_bulksettings_handler",
"action_text": "Check Bulk Settings",
"action_text": "View Problem Settings",
"action_external" : False}
]
}
......
......@@ -14,7 +14,7 @@
<header class="mast has-actions has-subtitle">
<h1 class="page-header">
<small class="subtitle">${_("Tools / Course Utilities")}</small>
<span class="sr">&gt; </span>${_("Bulk Settings")}
<span class="sr">&gt; </span>${_("Problem Settings")}
</h1>
</header>
</div>
......@@ -89,9 +89,9 @@
<aside class="content-supplementary" role="complimentary">
<div class="bit">
<h3 class="title title-3">${_("What is bulk settings?")}</h3>
<h3 class="title title-3">${_("What is problem settings?")}</h3>
<p>
${_("The bulk settings page provides a way to view all problem settings of the current course in one page.")}
${_("The problem settings page provides a way to view all problem settings of the current course in one page.")}
</p>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment