I just discovered a minor typo in the module ("from" appears twice), while translating the Greek po file. Attached the patch to fix it.

CommentFileSizeAuthor
typo.patch1.72 KBGoofyX

Comments

GoofyX’s picture

OK, here's another one:

In line 1104:

form_set_error('field][form_key', t('The field key %field_key is invalid. Please include only lowercase alphanumeric charaters and underscores.', array('%field_key' => $form_values['form_key'])));

charaters should be characters

quicksketch’s picture

Status: Active » Fixed

Thanks, nice catches. Fixed in 1.x and 2.x branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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