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