From 2597d7312894a11eb988e39c2ff8111a41e12b0a Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 8 Oct 2006 17:35:27 +0000 Subject: [PATCH] a small typo 'helpupload' on /lang/en_utf8/assignment.php MDL-6883, found by Mitsuhiro Yoshida --- lang/en_utf8/assignment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/assignment.php b/lang/en_utf8/assignment.php index 717f946a7b..fcb5f2ddc1 100644 --- a/lang/en_utf8/assignment.php +++ b/lang/en_utf8/assignment.php @@ -69,7 +69,7 @@ $string['helpupload'] = '

This type of assignment allows each participant to u can be used to give each participant different file to work with.

Participants may also enter notes describing the submitted files, progress status or any other text information.

Submission of this type of assignment must be manually finalized by the participant. You can review the current status - at any time, unfinished assignments are marked af Draft. You can revert any ungraded assignment back to draft status.

'; + at any time, unfinished assignments are marked as Draft. You can revert any ungraded assignment back to draft status.

'; $string['helpuploadsingle'] = '

This type of assignment allows each participant to upload a single file, of any type.

This might be a Word processor document, an image, a zipped web site, or anything you ask them to submit.

'; -- 2.39.5