Closed (fixed)
Project:
Sage Pay Server Integration for Ubercart
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 10:00 UTC
Updated:
14 Sep 2012 at 10:21 UTC
Comments
Comment #1
dwigglesworth commentedAlso line 48.
'title' => 'Thankyou for your order',
Should be:
'title' => 'Thank you for your order',
As thank you is two separate words.
Comment #2
dwigglesworth commentedI think that it would be a good idea to allow a module admin page set these messages as variables. As clients will want to change the wording of these messages.
Comment #3
andymantell commentedI agree that it's a typo, but as a quick workaround without hacking the module, you can override anything that is passed through the t() function either in settings.php or using something like the stringoverrides module. See here:
http://drupal.org/node/522036
This applies to Drupal core, as well as any well written contrib module. In theory all hardcoded strings should be passed through t()...
Comment #4
leo pitt commentedInitial bug report fixed in 6.x-1.5, creating a new issue for the other one