messages.justifyLeft String
(default: "Align text left")
The title of the tool that aligns text on the left.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
justifyLeft: "Align text left"
}
});
</script>