messages.cellPadding String
(default: 'Cell Padding')
The title of the tool that applies padding to table cells.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
cellPadding: "Cell Padding"
}
});
</script>