Commit 4bbbd400 by Sef Kloninger

Merge pull request #2599 from edx/nick/submit-button

Rename Check/Submit button for Stanford branch
parents ada62ee0 e32c27af
...@@ -388,8 +388,8 @@ class CapaMixin(CapaFields): ...@@ -388,8 +388,8 @@ class CapaMixin(CapaFields):
# The logic flow is a little odd so that _('xxx') strings can be found for # The logic flow is a little odd so that _('xxx') strings can be found for
# translation while also running _() just once for each string. # translation while also running _() just once for each string.
_ = self.runtime.service(self, "i18n").ugettext _ = self.runtime.service(self, "i18n").ugettext
check = _('Check') check = _('Submit')
final_check = _('Final Check') final_check = _('Final Submit')
# Apply customizations if present # Apply customizations if present
if 'custom_check' in self.text_customization: if 'custom_check' in self.text_customization:
......
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