]> git.mjollnir.org Git - moodle.git/commitdiff
- Adding webquest.php to the lang directory.. It's annoying that the system can't...
authorwillcast <willcast>
Sun, 19 Oct 2003 16:03:24 +0000 (16:03 +0000)
committerwillcast <willcast>
Sun, 19 Oct 2003 16:03:24 +0000 (16:03 +0000)
Just have the name of the module anyway.

lang/en/webquest.php [new file with mode: 0644]

diff --git a/lang/en/webquest.php b/lang/en/webquest.php
new file mode 100644 (file)
index 0000000..12707dd
--- /dev/null
@@ -0,0 +1,7 @@
+<?PHP // $Id$ 
+      // glossary.php - created with Moodle 1.1 Beta (2003082001)
+
+$string['modulenameplural'] = "Webquests";
+$string['modulename'] = "Webquest";
+
+?>