MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [latestnews,core],[pluginname,block_news_items]
AMOS END
This commit is contained in:
Petr Skoda 2010-04-11 11:29:39 +00:00
parent d476d5a27c
commit 8e5c60bd56
3 changed files with 27 additions and 2 deletions

View file

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