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';