From b97fb57fe3bbf3719d5bca641a9c37852de45956 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Tue, 14 Jul 2009 09:35:33 +0000 Subject: [PATCH] fix typo --- blocks/moodleblock.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5