From: gustav_delius Date: Mon, 20 Mar 2006 23:05:35 +0000 (+0000) Subject: Improved language strings used during deletion of courses X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4b87fbe7ad58ffb4cb2ec3cb7cab8dbd5a902aad;p=moodle.git Improved language strings used during deletion of courses --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index e62c3cc2e6..fb83a2b39b 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -467,12 +467,12 @@ $string['unfinished'] = 'open'; $string['uniform'] = 'decimals, from a uniform distribution'; $string['unit'] = 'Unit'; $string['unknowntype'] = 'Question type not supported at line $a. The question will be ignored'; -$string['unusedcategorydeleted'] = 'This category has been deleted because, after deleting the course, their questions weren\'t used in the server anymore.'; +$string['unusedcategorydeleted'] = 'This category has been deleted because, after deleting the course, its questions weren\'t used anymore.'; $string['unsupportedformulafunction'] = 'The function $a is not supported'; $string['updatesettings'] = 'Update quiz settings'; $string['upgradesure'] = '
In particular the quiz module will perform an extensive change of the quiz tables and this upgrade has not yet been sufficiently tested. You are very strongly urged to backup your database tables before proceeding.
'; $string['url'] = 'URL'; -$string['usedcategorymoved'] = 'This category has been moved to site level because, after deleting the course, their questions were in use by other quizzes in the server.'; +$string['usedcategorymoved'] = 'This category has been preserved and moved to the site level because it is a published category still in use by other courses.'; $string['validate'] = 'Validate'; $string['viewallanswers'] = 'View $a quiz attempts'; $string['viewallreports'] = 'View reports for $a attempts';