messages.copyFormat String (default: 'Copy format')

The title of the format painter tool button that copies format.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    copyFormat: "Copy format from selected range"
  }
});
</script>
In this article