messages.indent String
(default: "Indent")
The title of the tool that indents the content.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
indent: "Indent"
}
});
</script>