messages.dialogUpdate String
(default: "Update")
The label of the update button in all editor dialogs.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
dialogUpdate: "Update"
}
});
</script>