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
/
global_navigation_tree
/
block_global_navigation_tree.php
diff --git
a/blocks/global_navigation_tree/block_global_navigation_tree.php
b/blocks/global_navigation_tree/block_global_navigation_tree.php
index
9f501ab
..
b9ceec9
100644
(file)
--- a/
blocks/global_navigation_tree/block_global_navigation_tree.php
+++ b/
blocks/global_navigation_tree/block_global_navigation_tree.php
@@
-51,7
+51,7
@@
class block_global_navigation_tree extends block_tree {
function init() {
global $CFG;
$this->blockname = get_class($this);
- $this->title = get_string('
block
name', $this->blockname);
+ $this->title = get_string('
plugin
name', $this->blockname);
$this->version = 2009082800;
}