Use "Submit to" instead of "Assignment" for the field name

This way it doesn't clash with courses that might use "Assignment" in
the directory names, or even a different term like "Homework".
This commit is contained in:
Eli Barzilay 2011-09-19 01:48:22 -04:00
parent c6ad3682eb
commit 7513c027c9

View File

@ -133,7 +133,7 @@
[stretchable-width #t]))
(define assignment
(new choice%
[label "Assignment:"]
[label "Submit to:"]
[choices null]
[parent this]
[callback (lambda (c e)