Commit 15a1f132 authored by Fabien Morin's avatar Fabien Morin

"Unknown User" -> context.Base_translateString("Unknown User")

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39590 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1eb946bf
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
\n \n
document = context.getObject()\n document = context.getObject()\n
source = document.getContributorValue()\n source = document.getContributorValue()\n
return (source is not None and source.getTitle() or "Unknown User")\n return (source is not None and source.getTitle() or context.Base_translateString("Unknown User"))\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
53 54
\ No newline at end of file \ No newline at end of file
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