Closed (fixed)
Project:
Ubercart Discount Coupons
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 12:22 UTC
Updated:
1 Oct 2009 at 11:50 UTC
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
Comment #1
GreenSpiderDesign commentedI 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
Comment #2
GreenSpiderDesign commentedOh - I just noticed you are using D5 - not sure if this will work for you...
Comment #3
buddahttp://drupalmodules.com/module/string-overrides might help actually. Available for Drupal 5
Comment #4
longwaveYes, 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.