Affiliates user view in profile is missing translation
netdream - August 26, 2009 - 16:15
| Project: | Affiliates |
| Version: | 6.x-1.8 |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
A value is not passed through t() translation function:
Line 960 of affiliates.module should be:
#value' => $account->name . " " . t('has earned') . " " . number_format($points) . " " . t('points')
#1
Patch provided...