mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-22054 converting block name strings to pluginname
AMOS START MOV [latestnews,core],[pluginname,block_news_items] AMOS END
This commit is contained in:
parent
d476d5a27c
commit
8e5c60bd56
3 changed files with 27 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
class block_news_items extends block_base {
|
||||
function init() {
|
||||
$this->title = get_string('latestnews');
|
||||
$this->title = get_string('pluginname', 'block_news_items');
|
||||
$this->version = 2007101509;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue