From: thepurpleblob Date: Fri, 4 May 2007 14:10:56 +0000 (+0000) Subject: Fix a hard coded string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b0c1b3ad03b4dc928956983e9a0ba81403f3ce5b;p=moodle.git Fix a hard coded string --- diff --git a/lang/en_utf8/quiz.php b/lang/en_utf8/quiz.php index 394305b7b3..14383a4511 100644 --- a/lang/en_utf8/quiz.php +++ b/lang/en_utf8/quiz.php @@ -241,6 +241,7 @@ $string['imagemissing'] = 'Image not available at line $a. The filename will be $string['import'] = 'Import'; $string['importcategory'] = 'import category'; $string['importerror'] = 'An error occurred during import processing'; +$string['importerrorquestion'] = 'Error importing question'; $string['importfilearea'] = 'Import from file already in course files...'; $string['importfileupload'] = 'Import from file upload...'; $string['importfromthisfile'] = 'Import from this file';