To get to the point, here's an example of what can be seen in the notification e-mails sent:
---
Published xstory sent by Mic ...
---
The string xstory is created by '$type', but I wish it was localizable to whatever (ex.: 'Article', 'Sondage' etc.).

By using '$type' directly, it output the module name and I'm not sure I can have this translated or renamed via the locale.module

Comments

Kjartan’s picture

Assigned: Unassigned » Kjartan
Category: bug » feature

It should probably be using the _node("name") hook to get the proper name and allow it to be translated.

killes@www.drop.org’s picture

Yep.

Anonymous’s picture