diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index 4449567ca53..722f415e778 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -447,7 +447,7 @@ class block_base { // Delete icon. if ($this->user_can_addto($this->page)) { $controls[] = array('url' => $actionurl . '&bui_deleteid=' . $this->instance->id, - 'icon' => $output->old_icon_url('t/delete'), 'caption' => get_string('deletet')); + 'icon' => $output->old_icon_url('t/delete'), 'caption' => get_string('delete')); } // Move icon.