Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-22054 converting block name strings to pluginname
[moodle.git]
/
blocks
/
loancalc
/
block_loancalc.php
diff --git
a/blocks/loancalc/block_loancalc.php
b/blocks/loancalc/block_loancalc.php
index
33bf1a6
..
9ae7200
100644
(file)
--- a/
blocks/loancalc/block_loancalc.php
+++ b/
blocks/loancalc/block_loancalc.php
@@
-3,7
+3,7
@@
class block_loancalc extends block_base {
function init() {
- $this->title = get_string('
loancalc
','block_loancalc');
+ $this->title = get_string('
pluginname
','block_loancalc');
$this->content_type = BLOCK_TYPE_TEXT;
$this->version = 2007101509;
}