messages.associateCellsWithHeaders String
(default: 'Associate cells with headers')
The title of the Associate cells with headers tool.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
associateCellsWithHeaders: "Associate cells with headers"
}
});
</script>