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

Add missing message for external validator


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25915 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee937e2f
......@@ -20,6 +20,14 @@
</list>
</value>
</item>
<item>
<key> <string>delegated_message_list</string> </key>
<value>
<list>
<string>external_validator_failed</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_reference</string> </value>
......@@ -30,7 +38,7 @@
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
<value> <string>Another currency with this currency code already exists.</string> </value>
</item>
</dictionary>
</value>
......
545
\ No newline at end of file
546
\ 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