glossary portfolio caller - fixing tiny bug - incorrectly named string key (thanks dan for finding it!)

This commit is contained in:
mjollnir_ 2008-09-16 19:42:00 +00:00
parent b816c08a3f
commit ad1cfbb17e

View 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() {