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
/
mentees
/
block_mentees.php
diff --git
a/blocks/mentees/block_mentees.php
b/blocks/mentees/block_mentees.php
index
db4ac16
..
9650862
100755
(executable)
--- a/
blocks/mentees/block_mentees.php
+++ b/
blocks/mentees/block_mentees.php
@@
-3,7
+3,7
@@
class block_mentees extends block_base {
function init() {
- $this->title = get_string('
block
name', 'block_mentees');
+ $this->title = get_string('
plugin
name', 'block_mentees');
$this->version = 2007101509;
}