messages.tableProperties String
(default: 'Table Properties')
The title of the Table properties Wizard tool.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
tableProperties: "Table Properties"
}
});
</script>