Solved
How to customize the tooltip of Dialog Done & Cancel Buttons
We have a requirement to customize the tooltip of Dialog Done & Cancel Buttons

We tried to overlay the file \apps\cq\gui\components\authoring\dialog\dialog.jsp and customize the title property as follows but that did not work.
<button is="coral-button" icon="check" variant="minimal" class="cq-dialog-header-action cq-dialog-submit" title="Save, validate & close">Done</button>
Please suggest us how it can be achieved.