From f728123caa3ef826994c9e0db3fde96fb4f0720e Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Sun, 28 Oct 2012 15:40:36 -0700 Subject: [PATCH] Improve fileinput message --- common/lib/capa/capa/inputtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/inputtypes.py b/common/lib/capa/capa/inputtypes.py index 40fe24434e..57cb7ee90f 100644 --- a/common/lib/capa/capa/inputtypes.py +++ b/common/lib/capa/capa/inputtypes.py @@ -493,7 +493,7 @@ def filesubmission(element, value, status, render_template, msg=''): if status == 'incomplete': status = 'queued' queue_len = msg - msg = 'Submitted to grader.' + msg = "Your file(s) have been submitted; as soon as your submission is graded, this message will be replaced with the grader's feedback." context = { 'id': eid, 'state': status,