Commit 1eb946bf authored by Fabien Morin's avatar Fabien Morin

User unknown -> Unknown User

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