Link-text won't be translated by locale.
Edit ed_readmore.module on

$readmore_url = l(variable_get('ed_readmore_text', t(ED_READMORE_TEXT_DEFAULT)), "node/$node->nid", NULL, NULL, NULL, TRUE, TRUE);

and change it to

$readmore_url = l(t(variable_get('ed_readmore_text', t(ED_READMORE_TEXT_DEFAULT))), "node/$node->nid", NULL, NULL, NULL, TRUE, TRUE);

and you're done.

Best, Devr

Comments

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.