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

xibun’s picture

Assigned: Unassigned » xibun

Thanks. 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.

libeco’s picture

I have just added the po file through CVS (I hope as I'm very new to CVS).

xibun’s picture

Status: Active » Fixed

Double quote typo patched and committed to HEAD. Will be available together with the po file in the .dev version.

Status: Fixed » Closed (fixed)

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