Hi,
I got an entity called Proveedor on my Data Context. A property called Proveedors is generated for the Data Context to represent a collection of Proveedor. I rename it to Proveedores which is the correct spelling in spanish. But as soon as i do anything on the model (not related to the Proveedor Entity) and rebuild it renames it back to Proveedors again.
I dont want to turn off pluralization just want it to stop renaming my renames :)
Thanks