Patch (to be ported)
Project:
Popups: Add and Reference
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 07:44 UTC
Updated:
4 Aug 2010 at 07:44 UTC
hi.
first of all congrats for the awesome module.
just a minor patch i was trying to translate --> Add New Type
but with no luck.After examining
popups_reference.module
i found this at line 97
$form[$key]['#suffix'] = '<div>Add New: ' . implode(', ', $links) .'</div></div>';
and changed it to this
$form[$key]['#suffix'] = '<div>'.t('Add New:'). implode(', ', $links) .'</div></div>';
p.s : i still cant translate the link that is generated for the popup.