From a41c441c0524d9a9676dc6abea192106f410d143 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Mon, 15 Aug 2011 15:18:21 +0100 Subject: [PATCH] MDL-28365 Move question lang string to the right file All the references to this sring were already referring to it in the new place. AMOS BEGIN MOV [cannotread,mod_quiz],[cannotread,question] AMOS END --- lang/en/question.php | 1 + mod/quiz/lang/en/quiz.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/question.php b/lang/en/question.php index 7a3e794c44c..7b73533553a 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -54,6 +54,7 @@ $string['cannotloadquestion'] = 'Could not load question'; $string['cannotmovequestion'] = 'You can\'t use this script to move questions that have files associated with them from different areas.'; $string['cannotopenforwriting'] = 'Cannot open for writing: {$a}'; $string['cannotpreview'] = 'You can\'t preview these questions!'; +$string['cannotread'] = 'Cannot read import file (or file is empty)'; $string['cannotretrieveqcat'] = 'Could not retrieve question category'; $string['cannotunhidequestion'] = 'Failed to unhide the question.'; $string['cannotunzip'] = 'Could not unzip file.'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index 479579c870e..3feae77987d 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -121,7 +121,6 @@ $string['cannotinsertrandomquestion'] = 'Could not insert new random question!'; $string['cannotloadquestion'] = 'Could not load question options'; $string['cannotloadtypeinfo'] = 'Unable to load questiontype specific question information'; $string['cannotopen'] = 'Cannot open export file ({$a})'; -$string['cannotread'] = 'Cannot read import file (or file is empty)'; $string['cannotrestore'] = 'Could not restore question sessions'; $string['cannotreviewopen'] = 'You cannot review this attempt, it is still open.'; $string['cannotsavelayout'] = 'Could not save layout';