On lines 170-171 and 1011-1012 of nf_registration_mod.module, I believe the message (or at least part of it) to be set with drupal_set_message() should be wrapped in t() to allow localization. A few more messages should be localized, as I saw from looking at the code, but I believe these are the ones that most affect the final users.
Thanks,
Tony

Comments

rconstantine’s picture

Assigned: antiorario » rconstantine

Good catch. Not sure how I missed them. I'm usually a t() fanatic. Will include fixes in the next release.

rconstantine’s picture

Status: Active » Fixed

Okay, done. Will be in the next release. Not sure when that will be. I need to update the README with some changes I made, but it's a pain in the butt. Hopefully will be soon.

Anonymous’s picture

Status: Fixed » Closed (fixed)