From b801615e0d1ccce84cb9179c99cf5f3e90900b85 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 15 Dec 2005 18:11:16 +0000 Subject: [PATCH] One new config help string. --- lang/en/assignment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/assignment.php b/lang/en/assignment.php index b6533a2a611..de681a8066a 100644 --- a/lang/en/assignment.php +++ b/lang/en/assignment.php @@ -18,6 +18,7 @@ $string['assignmenttype'] = 'Assignment type'; $string['availabledate'] = 'Available from'; $string['comment'] = 'Comment'; $string['commentinline'] = 'Comment inline'; +$string['configitemstocount'] = 'Nature of items to be counted for student submissions in online assignments.'; $string['configmaxbytes'] = 'Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)'; $string['description'] = 'Description'; $string['duedate'] = 'Due date';