Closed (fixed)
Project:
Adyen | Ubercart Payment
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jun 2009 at 11:34 UTC
Updated:
25 Jun 2009 at 09:10 UTC
While translating this module to Dutch I found this error on line 222 of uc_adyen.module.
'#description' => t('The “Single page payment flow" uses JavaScript extensively and is suited for use on modern browsers and big enough screen estate.'),
It should be:
'#description' => t('The "Single page payment flow" uses JavaScript extensively and is suited for use on modern browsers and big enough screen estate.'),
The double quotes before Single page payment flow were not actually double quotes.
Comments
Comment #1
xibun commentedThanks. Once you have the translation completed I'll be happy to release a beta2 with your .po file and the error corrected.
Let me know in case you see more improvements to the module.
Comment #2
libeco commentedI have just added the po file through CVS (I hope as I'm very new to CVS).
Comment #3
xibun commentedDouble quote typo patched and committed to HEAD. Will be available together with the po file in the .dev version.