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