This is a common request I get from my clients. Submit and Cancel are not always appropriate for buttons on forms. This little snippet of JavaScript can be placed in any page (in SharePoint Designer) to change the text shown on the button
function changeCancelButtons() { var inputs = document.getElementsByTagName("input"); for(i [...]

