windowCommitAndClose Action Caption change

How Do I change caption of OK button to Save & Close in all the screens?

Hello!

You should add: actions.Ok=Save and Close to your main message pack:

web/src/com/company/myapp/web/messages.properties

Thanks