MINOR Removed "edit image" button since the image editor has been removed

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69939 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-01-09 02:24:57 +00:00 committed by Sam Minnee
parent 265e53f8f2
commit f9c25b2465

View File

@ -440,8 +440,7 @@ class HtmlEditorField_Toolbar extends RequestHandler {
)
),
new FieldSet(
new FormAction('insertimage', _t('HtmlEditorField.BUTTONINSERTIMAGE', 'Insert image')),
new FormAction('editimage', _t('HtmlEditorField.BUTTONEDITIMAGE', 'Edit image'))
new FormAction('insertimage', _t('HtmlEditorField.BUTTONINSERTIMAGE', 'Insert image'))
)
);