For example, the string 'Category' might appear in several modules but I only want to change it for one of the modules. Any way to do that?

Comments

ghumpley’s picture

I would think you could look up what dynamic string in which "Category" appears in the module that you want to be changed. Then check to make sure that string is unique to that module. If it is, you should be good to go and only have "Category" changed for the module you wanted. If it's not unique, then I would guess that it would change all the dynamic strings that are the same.

If it's a theme issue for the module, you should be able to get away with a theme override as well.

robloach’s picture

Version: 5.x-1.3 » 5.x-1.x-dev

This could somehow go into the Drupal 5 backport of the module, but wouldn't be able to go into the Drupal 6 version without some major hacking. Either way it would require some ugly hacking.

robloach’s picture

Status: Active » Closed (duplicate)