MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [html,block_html],[pluginname,block_html]
AMOS END
This commit is contained in:
Petr Skoda
2010-04-11 11:20:58 +00:00
parent 2a71e9f24f
commit 8c5bba16cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
class block_html extends block_base {
function init() {
$this->title = get_string('html', 'block_html');
$this->title = get_string('pluginname', 'block_html');
$this->version = 2007101509;
}
+1 -1
View File
@@ -25,6 +25,6 @@
$string['configcontent'] = 'Content';
$string['configtitle'] = 'Block Title';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'leave blank to hide the title';
$string['newhtmlblock'] = '(new HTML block)';
$string['pluginname'] = 'HTML';