Closed (fixed)
Project:
User Badges
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2006 at 14:11 UTC
Updated:
6 Mar 2007 at 07:46 UTC
I had an issue generating the POT file.
Line 495 replace :
'#description' => t('Select an image to associate with this badge. Add more images '.l(t('here'), "admin/settings/user_badges/images")),
by :
'#description' => t('Select an image to associate with this badge. Add more images').' '.l(t('here'), "admin/settings/user_badges/images"),
I took the oportunity to replace the trailling space from the multilingual string by a concatened space. That way it can't be missed in translations.
Attached is the fr.po file. It is up to date with v1.8.2.5 dated 17-08-06 and include the above "space tweaking".
Comments
Comment #1
heine commentedThanks!
I will change the t-calls to something less braindead (then update the .po file).
Comment #2
heine commentedComment #3
(not verified) commented