Commit 67a20d65 by polesye

Fix message.

parent 6c7ca7ae
...@@ -1903,7 +1903,7 @@ class CodeResponse(LoncapaResponse): ...@@ -1903,7 +1903,7 @@ class CodeResponse(LoncapaResponse):
if self.capa_system.xqueue is None: if self.capa_system.xqueue is None:
cmap = CorrectMap() cmap = CorrectMap()
cmap.set(self.answer_id, queuestate=None, 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 return cmap
# Prepare xqueue request # 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