From: David Mudrak Date: Mon, 4 Jan 2010 17:42:17 +0000 (+0000) Subject: Explaining nattachments better X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e256f8c48dcc059251398505ee1db1094a17b96a;p=moodle.git Explaining nattachments better --- diff --git a/mod/workshop/lang/en_utf8/workshop.php b/mod/workshop/lang/en_utf8/workshop.php index f91dffb23a..6cc622f862 100644 --- a/mod/workshop/lang/en_utf8/workshop.php +++ b/mod/workshop/lang/en_utf8/workshop.php @@ -89,7 +89,7 @@ $string['latesubmissions'] = 'Late submissions'; $string['maxbytes'] = 'Maximum file size'; $string['modulenameplural'] = 'Workshops'; $string['modulename'] = 'Workshop'; -$string['nattachments'] = 'Number of required submission attachments'; +$string['nattachments'] = 'Maximum number of submission attachments'; $string['nexassessments'] = 'Number of required assessments of examples'; $string['nsassessments'] = 'Number of required assessments of other users\' work'; $string['releasegrades'] = 'Push final grades into the gradebook';