messages.applyFormat String
(default: 'Apply format')
The title of the format painter tool button that applies the copied format.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
applyFormat: "Apply the format that has been copied"
}
});
</script>