projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b816c08
)
glossary portfolio caller - fixing tiny bug - incorrectly named string key (thanks...
author
mjollnir_
<mjollnir_>
Tue, 16 Sep 2008 19:42:00 +0000
(19:42 +0000)
committer
mjollnir_
<mjollnir_>
Tue, 16 Sep 2008 19:42:00 +0000
(19:42 +0000)
mod/glossary/lib.php
patch
|
blob
|
history
diff --git
a/mod/glossary/lib.php
b/mod/glossary/lib.php
index c19abb0f0555ea3e6248561314e10e8288a07c26..cbd7f6841b0175e0ce1cce170c1fb9137b0847ce 100644
(file)
--- a/
mod/glossary/lib.php
+++ b/
mod/glossary/lib.php
@@
-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('mod
ule
name', 'glossary');
}
public function prepare_package() {