From d476d5a27cca0b72dee46fcc409d151fc2dcb094 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 11 Apr 2010 11:27:21 +0000 Subject: [PATCH] MDL-22054 converting block name strings to pluginname AMOS START MOV [mnet_hosts,block_mnet_hosts],[pluginname,block_mnet_hosts] AMOS END --- blocks/mnet_hosts/block_mnet_hosts.php | 2 +- blocks/mnet_hosts/lang/en/block_mnet_hosts.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/mnet_hosts/block_mnet_hosts.php b/blocks/mnet_hosts/block_mnet_hosts.php index 4242a0d990a..c53741fe7f2 100644 --- 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; } diff --git a/blocks/mnet_hosts/lang/en/block_mnet_hosts.php b/blocks/mnet_hosts/lang/en/block_mnet_hosts.php index 28bc44aa0bf..90db4896871 100644 --- a/blocks/mnet_hosts/lang/en/block_mnet_hosts.php +++ b/blocks/mnet_hosts/lang/en/block_mnet_hosts.php @@ -23,5 +23,5 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$string['mnet_hosts'] = 'Network Servers'; +$string['pluginname'] = 'Network Servers'; $string['server'] = 'Server'; -- 2.43.0