messages.captionAlignment String
(default: 'Caption alignment')
The title of the tool that sets the caption alignment of tables.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
captionAlignment: "Caption alignment"
}
});
</script>