Hi,

In your autocomplete system to get the badges list, some times you use

t('(Badge ID')

(user_badges.module line 475 function user_badges_badge_autocomplete() )

and some times

t('Badge ID')

(user_badges.module line 498 function user_badges_badge_autocomplete_validation() )

so when an admin define a translation for one of this string, the matching fail. You can either be sure you use the same string everywhere or the best solution in my mind, you remove the translation for this special item.

Comments

shabana.navas’s picture

Status: Active » Closed (fixed)

Fixed in Version 7. Please upgrade to Version 7.x-3.x.