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
/
mnet_hosts
/
block_mnet_hosts.php
diff --git
a/blocks/mnet_hosts/block_mnet_hosts.php
b/blocks/mnet_hosts/block_mnet_hosts.php
index
4242a0d
..
c53741f
100644
(file)
--- a/
blocks/mnet_hosts/block_mnet_hosts.php
+++ b/
blocks/mnet_hosts/block_mnet_hosts.php
@@
-2,7
+2,7
@@
class block_mnet_hosts extends block_list {
function init() {
- $this->title = get_string('
mnet_hosts
','block_mnet_hosts') ;
+ $this->title = get_string('
pluginname
','block_mnet_hosts') ;
$this->version = 2007101509;
}