Commit c0e1347f by Jason Bau

Revert "Rename Check/Submit button for Stanford branch"

This reverts commit e32c27af.
parent 65f96cbb
...@@ -395,8 +395,8 @@ class CapaMixin(CapaFields): ...@@ -395,8 +395,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 = _('Submit') check = _('Check')
final_check = _('Final Submit') final_check = _('Final Check')
# 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