Hello
there is a bug for translate Image Import module . you must change line 79 in contrib/image_import/image_import.pages.inc in
'#title' => 'Delete empty directories after import',
change it to :
'#title' => t('Delete empty directories after import'),
I can not make patch files . thank //
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 741484.image_.image-import-missing-t.patch | 726 bytes | joachim |
Comments
Comment #1
joachim commentedThanks for reporting this and taking the time to find the line number; it's very helpful :)
Committed this patch.
#741484 by joachim: Fixed missing t() on form text.
Comment #2
joachim commentedOops... I forgot to change all my development folders to the 6--1 branch now we've got HEAD for D7.
Committed this again to 6--1.