Dutch text message for NumberValidator incorrect
------------------------------------------------
Key: WICKET-1846
URL: https://issues.apache.org/jira/browse/WICKET-1846
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.4
Reporter: Emond Papegaaij
Priority: Minor
These must be changed from
NumberValidator.minimum='${input}' moet groter zijn dan ${minimum}.
NumberValidator.maximum='${input}' moet kleiner zijn dan ${maximum}.
to
NumberValidator.minimum='${input}' mag niet kleiner zijn dan ${minimum}.
NumberValidator.maximum='${input}' mag niet groter zijn dan ${maximum}.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.