Closed (fixed)
Project:
User Referral
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2007 at 05:00 UTC
Updated:
17 Jun 2007 at 17:46 UTC
Remove the % symbol from:
Line 172, column 24
Line 177, column 24
To correct field labels under Drupal administer pages. Not sure what (if any) impact this will have on translations.
-Mike
Comments
Comment #1
kbahey commentedThis is used to translate the string "Points" to whatever else you may call it, for example "brownies", "Stars", ...etc.
Comment #2
d0t101101 commentedUnderstood, but this % symbol shows up in the drupal admin pages in the LABEL. (ie '%Points' is visible to the admin when configuring user points through the web interface!) I don't think this was the intent... Looks to be a syntax problem in the code.
THANKS!
Comment #3
kbahey commentedIf you replace the %Points by !Points in your copy you will see that it is OK.
Fixed in HEAD and 5.x
Comment #4
(not verified) commented