mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
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:
parent
ef1e4c21e4
commit
d476d5a27c
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user