messages.background String
(default: 'Background')
The title of the tool that changes the text background of the tables/cells.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
background: "Background"
}
});
</script>