messages.insertLowerRomanList String
(default: "Insert lower roman list")
The title of the tool that inserts an lower roman list.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
insertLowerRomanList: "Insert lower roman list"
}
});
</script>