Commit ee368da6 by Anton Stupak

Merge pull request #3946 from edx/anton/i18n-code-response

CodeResponse: fix i18n.
parents 1a9f98b2 67a20d65
......@@ -1915,7 +1915,7 @@ class CodeResponse(LoncapaResponse):
if self.capa_system.xqueue is None:
cmap = CorrectMap()
cmap.set(self.answer_id, queuestate=None,
msg=_(u'Error checking problem: no external queueing server is configured.'))
msg=_(u'Error: No grader has been set up for this problem.'))
return cmap
# Prepare xqueue request
......
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