Just to list all the options, there is the "general.submit" resource string in the resx file. So, you can override it by creating custom "translation" by creating new resource string with the same key name. However, as the key name says, it is a general resource, so it will change the text of other submit buttons which are using this resource string key.