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

brmassa’s picture

Status: Active » Closed (won't fix)

Jack,

the t function should be only used for literal strings and no variables.

regards,

massa