Commit 2d45d453 authored by Jérome Perrin's avatar Jérome Perrin

use a more appropriate message "input requird"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41313 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2153e7f0
......@@ -17,6 +17,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_dialog_mode_listbox_quantity</string> </value>
......@@ -27,7 +35,7 @@
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
<value> <string>Input is required but no input given.</string> </value>
</item>
</dictionary>
</value>
......
248
\ No newline at end of file
249
\ 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