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

kbahey’s picture

Status: Active » Closed (works as designed)

This is used to translate the string "Points" to whatever else you may call it, for example "brownies", "Stars", ...etc.

d0t101101’s picture

Understood, 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!

kbahey’s picture

Status: Closed (works as designed) » Fixed

If you replace the %Points by !Points in your copy you will see that it is OK.

Fixed in HEAD and 5.x

Anonymous’s picture

Status: Fixed » Closed (fixed)