completed.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); | ... | @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); |
26 | 26 | ||
27 | class block_log extends block_base { | 27 | class block_log extends block_base { |
28 | public function init() { | 28 | public function init() { |
29 | $this->title = get_string('pluginname', 'block_fn_mentor'); | 29 | $this->title = get_string('pluginname', 'block_log'); |
30 | } | 30 | } |
31 | 31 | ||
32 | public function specialization() { | 32 | public function specialization() { | ... | ... |
-
Please register or sign in to post a comment