]> git.mjollnir.org Git - moodle.git/commitdiff
cvsimport fixups
authorJonathan Newman <jonathan.newman@catalyst.net.nz>
Tue, 20 Jan 2009 23:53:34 +0000 (23:53 +0000)
committerJonathan Newman <jonathan.newman@catalyst.net.nz>
Tue, 20 Jan 2009 23:53:34 +0000 (23:53 +0000)
lang/en_utf8/qtype_missingtype.php [new file with mode: 0644]

diff --git a/lang/en_utf8/qtype_missingtype.php b/lang/en_utf8/qtype_missingtype.php
new file mode 100644 (file)
index 0000000..93e9c9b
--- /dev/null
@@ -0,0 +1,5 @@
+<?php // $Id: qtype_missingtype.php,v 1.1 2008-09-09 08:43:39 tjhunt Exp $ 
+
+$string['missingtype'] = 'Missing type';
+$string['warningmissingtype'] = '<b>This question is of a type that has not been installed on your Moodle yet.<br />Please alert your Moodle administrator.</b>';
+?>