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