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