messages.selectAllCells String
(default: 'Apply to all cells')
The title of the Apply to all cells tool.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
selectAllCells: "Apply to all cells"
}
});
</script>