Skip to content

Commit

Permalink
MDL-22054 converting block name strings to pluginname
Browse files Browse the repository at this point in the history
AMOS START
 MOV [pagedescription,block_course_summary],[pluginname,block_course_summary]
AMOS END
  • Loading branch information
skodak committed Apr 11, 2010
1 parent 87fe6ec commit bdd7b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/course_summary/block_course_summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class block_course_summary extends block_base {
function init() {
$this->title = get_string('pagedescription', 'block_course_summary');
$this->title = get_string('pluginname', 'block_course_summary');
$this->version = 2007101509;
}

Expand Down
2 changes: 1 addition & 1 deletion blocks/course_summary/lang/en/block_course_summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
*/

$string['coursesummary'] = 'Course Summary';
$string['pagedescription'] = 'Course/Site Description';
$string['pluginname'] = 'Course/Site Description';

0 comments on commit bdd7b93

Please sign in to comment.