The magic is in a function in uc_store.module: uc_get_field_name(). Looking at the code for this, it seems that there are two ways to change Zone to State/Region:
The bad way: change the code in the uc_get_field_name() function. This will hose you up on the next Ubercart update.
Create an alternate English vocabulary and replace "Zone" with whatever you want. See http://drupal.org/node/24593.
Comments
Comment #1
freixas commentedThe magic is in a function in uc_store.module: uc_get_field_name(). Looking at the code for this, it seems that there are two ways to change Zone to State/Region:
Comment #2
freixas commented