MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_settings_navigation_tree],[pluginname,block_settings_navigation_tree]
AMOS END
This commit is contained in:
Petr Skoda 2010-04-11 11:45:40 +00:00
parent 61e2e77526
commit 9b0c81b6bb
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class block_settings_navigation_tree extends block_tree {
*/
function init() {
$this->blockname = get_class($this);
$this->title = get_string('blockname', $this->blockname);
$this->title = get_string('pluginname', $this->blockname);
$this->version = 2009082800;
}

View File

@ -23,6 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['blockname'] = 'Settings';
$string['enablehoverexpansion'] = 'Enable mouseover expansion of this block';
$string['enablesidebarpopout'] = 'Allow the user to switch the block to a sidbar popout';
$string['pluginname'] = 'Settings';