Page 1 of 1

PostPosted: Fri Mar 23, 2007 10:57 am
by mhertz
Can you point me to where to go to change the "submit" button label from "Save" to another label like "Submit" or "Register" on a new record form?

PostPosted: Fri Mar 23, 2007 11:51 am
by shannah

Depending on which version you are running, you may be able to set this in your language ini file.Ê In the next release all button text will be customizable in the language ini files, but some were settable in previous versions also.


To change the "Save" button text , do the following:
  1. Create a directory named 'lang' in your application folder.
  2. Create a file named en.ini (if english is your primary language)
  3. add the following in the en.ini file:
    save_button_label="Register"
If this doesn't work, let me know.