messages.deleteColumn String
(default: "Delete column")
The title of the tool that deletes selected table columns.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
deleteColumn: "Delete column"
}
});
</script>