diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php
index 619d19147..3d99fe40b 100755
--- a/forms/HtmlEditorField.php
+++ b/forms/HtmlEditorField.php
@@ -356,10 +356,8 @@ class HtmlEditorField_Toolbar extends ViewableData {
)
),
new FieldSet(
- /*
new FormAction("insertimage", "Insert image"),
- new FormAction("cancel", "Cancel")
- */
+ new FormAction("editimage", "Edit image")
)
);
$form->loadDataFrom($this);