Thanks Rob for this handy module. I'm a newbie to website design, but learning a bit each day. I had no problem getting my labels updated to my needs...problem is getting it to stop.
e.g. Changed "Comments" to "Missions" on an Article page. I wish to add an new Article page and change "Comments" to "Downloads". When I add a new page, it automatically reads "Missions", so if I execute another change for "Downloads" I also change my "Missions" to "Downloads".
Hope this makes sense...Can Someone offer some help or ideas? Thanks.
Jake

Comments

vm’s picture

Status: Active » Fixed

string overrides does not work on a per content type basis. If you change a string it is changed every where. If you want to alter t() strings on a per content type basis, consider doing it in the theme or in a custom module using hook_form_alter

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.