mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
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:
parent
61e2e77526
commit
9b0c81b6bb
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user