MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [mnet_hosts,block_mnet_hosts],[pluginname,block_mnet_hosts]
AMOS END
This commit is contained in:
Petr Skoda 2010-04-11 11:27:21 +00:00
parent ef1e4c21e4
commit d476d5a27c
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

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