glossary portfolio caller - fixing tiny bug - incorrectly named string key (thanks...
authormjollnir_ <mjollnir_>
Tue, 16 Sep 2008 19:42:00 +0000 (19:42 +0000)
committermjollnir_ <mjollnir_>
Tue, 16 Sep 2008 19:42:00 +0000 (19:42 +0000)
mod/glossary/lib.php

index c19abb0f0555ea3e6248561314e10e8288a07c26..cbd7f6841b0175e0ce1cce170c1fb9137b0847ce 100644 (file)
@@ -2509,7 +2509,7 @@ class glossary_entry_portfolio_caller extends portfolio_module_caller_base {
     }
 
     public static function display_name() {
-        return get_string('modname', 'glossary');
+        return get_string('modulename', 'glossary');
     }
 
     public function prepare_package() {