Commit 45250760 authored by Jérome Perrin's avatar Jérome Perrin

remove XXX comment, validation error message are translated later


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f483d11
......@@ -446,7 +446,6 @@ class MultiRelationStringFieldValidator(Validator.LinesValidator):
['relation_result_too_long', 'relation_result_ambiguous',
'relation_result_empty',]
# XXX Do we need to translate here ?
relation_result_too_long = "Too many documents were found."
relation_result_ambiguous = "Select appropriate document in the list."
relation_result_empty = "No such document was found."
......
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