Closed (fixed)
Project:
User Badges
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2011 at 09:06 UTC
Updated:
20 Jun 2013 at 07:42 UTC
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
Comment #1
shabana.navas commentedFixed in Version 7. Please upgrade to Version 7.x-3.x.