Line 843 of the userpoints.module currently reads:
$details .= l(t('Adjust'), 'admin/user/userpoints/add/'. $account->uid, array('attributes' => array('title' => t('Add/substract !points from this user'))));
but should be:
$details .= l(t('Adjust'), 'admin/user/userpoints/add/'. $account->uid, array('attributes' => array('title' => t('Add/substract !points from this user', userpoints_translation()))));
so that the Adjust link title on mouse over displays the naming of the points instead of !points.

Comments

kbahey’s picture

Status: Active » Needs work

@fred0

Can you create a patch for this? It will make it much easier to review.

jredding’s picture

Status: Needs work » Fixed

fixed and added to CVS

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.