Is it possible to globally change the text used in the module from 'coupon' to 'discount' (or something else) so it doesn't sound so "american" ?

Comments

GreenSpiderDesign’s picture

I typically use the translation module to change strings like this. It is a good way to manage things rather than simply hacking the core module files.

It will ultimately depend on whether all of the strings you wish to change are exposed in the translation layer.

You may find this useful - http://groups.drupal.org/node/11282

GreenSpiderDesign’s picture

Oh - I just noticed you are using D5 - not sure if this will work for you...

budda’s picture

http://drupalmodules.com/module/string-overrides might help actually. Available for Drupal 5

longwave’s picture

Category: feature » support
Status: Active » Fixed

Yes, this can be done with translations or string overrides module. All text that is output by uc_coupon should be translatable, please file new issues if you find any strings that cannot be translated.

Status: Fixed » Closed (fixed)

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