messages.createLink String
(default: "Insert hyperlink")
The title of the tool that creates hyperlinks.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
createLink: "Insert hyperlink"
}
});
</script>