messages.insertImage String
(default: "Insert image")
The title of the tool that inserts images.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
insertImage: "Insert image"
}
});
</script>