messages.redo String (default: "Redo")

The title of the redo tool.

Example

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