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 //

CommentFileSizeAuthor
#1 741484.image_.image-import-missing-t.patch726 bytesjoachim

Comments

joachim’s picture

Status: Active » Fixed
StatusFileSize
new726 bytes

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

joachim’s picture

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

Status: Fixed » Closed (fixed)

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