messages.undo String (default: "Undo")

The title of the undo tool.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    undo: "Undo task"
  }
});
</script>
In this article