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