20 Mar
2005
20 Mar
'05
7:32 p.m.
One way is to use the 'locale' module to 'translate' any strings that you would like to change (in this case the 'title' field). What I do for this kind of thing is create an 'en-gb' (british english) translation, and use that to change any built in terms that I don't like. (you could also use 'en-us' (american english)). Another way is to customise your template - but this would mean a bit of programming. Anisa wrote:
How do I change it? It seems hard coded. (Drupal 4.5.2)
I think I could manage something if I could just change the field name.
Anisa.