From: tjhunt Date: Tue, 14 Jul 2009 09:35:33 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b97fb57fe3bbf3719d5bca641a9c37852de45956;p=moodle.git fix typo --- diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index 4449567ca5..722f415e77 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.