messages.summary String
(default: 'Summary')
The title of the Summary field in Table Wizard.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
summary: "Summary"
}
});
</script>