This commit is contained in:
tjhunt 2009-07-14 09:35:33 +00:00
parent 2a3b076368
commit b97fb57fe3

View file

@ -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.