Closed (won't fix)
Project:
e-Commerce
Version:
5.x-3.x-dev
Component:
cod
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2007 at 18:52 UTC
Updated:
5 Jul 2007 at 07:45 UTC
Ran into translation issue:
cod.module, line 75:
return variable_get('cod_title', t('COD'));
suggestion:
return t(variable_get('cod_title', 'COD'));
Maybe this can get submitted in next round.
Thx,
Jack
Comments
Comment #1
brmassa commentedJack,
the t function should be only used for literal strings and no variables.
regards,
massa