Closed (fixed)
Project:
User Points
Version:
6.x-1.x-dev
Component:
Code: userpoints API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2009 at 08:02 UTC
Updated:
26 Feb 2009 at 17:20 UTC
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
Comment #1
kbahey commented@fred0
Can you create a patch for this? It will make it much easier to review.
Comment #2
jredding commentedfixed and added to CVS