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
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