messages.linkToolTip String
(default: "ToolTip")
The caption for the link Tooltip in the createLink dialog.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
linkToolTip: "ToolTip"
}
});
</script>