Commit 75a83ad0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

Revert "Message.py: a translated string is a string"

This reverts commit 388f1692.
parent d6d34bcb
......@@ -197,4 +197,4 @@ allow_class(Message)
def translateString(message, **kw):
return str(Message(domain='erp5_ui', message=message, **kw))
return Message(domain='erp5_ui', message=message, **kw)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment