Reviewed & tested by the community
Project:
Account Types
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2008 at 14:33 UTC
Updated:
15 Mar 2008 at 18:44 UTC
Pleas fix that:
old
$name .= ' <em>(default)</em>';
new
$name .= ' <em>('.t('default').')</em>';
line 366 in accounttypes.module
Comments
Comment #1
quiptime commentedNext things. Please fix that.
old
new
lines 553, 554 in accounttypes.module
Comment #2
rconstantine commentedSorry about that. I thought I got them all. Thanks. Will be in the next release.