]> git.mjollnir.org Git - moodle.git/commitdiff
fix typo
authortjhunt <tjhunt>
Tue, 14 Jul 2009 09:35:33 +0000 (09:35 +0000)
committertjhunt <tjhunt>
Tue, 14 Jul 2009 09:35:33 +0000 (09:35 +0000)
blocks/moodleblock.class.php

index 4449567ca5327f5d83a10dadf01a9f621ddb0114..722f415e778dca722cf4f01fa76f1d91cb186ee3 100644 (file)
@@ -447,7 +447,7 @@ class block_base {
             // Delete icon.
             if ($this->user_can_addto($this->page)) {
                 $controls[] = array('url' => $actionurl . '&amp;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.