messages.wrapText String
(default: 'Wrap text')
The title of the Wrap Text option in Table Wizard.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
wrapText: "Wrap text"
}
});
</script>