Application_sv.properties variable bugs
---------------------------------------
Key: WICKET-342
URL: https://issues.apache.org/jira/browse/WICKET-342
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.2.5
Environment: all
Reporter: Bjön Limell
Priority: Minor
Some variables in Application_sv.properties have incorrect spaces between $ and
{
Incorrect lines:
NumberValidator.range=${input} m\u00e5ste vara mellan ${minimum} och $
{maximum}.
DateValidator.range='${input}' m\u00e5ste vara mellan ${minimum} och $
{maximum}.
EqualInputValidator='${input0}' fr\u00e5n ${label0} och '${input1}' fr\u00e5n
$ {label1} m\u00e5ste vara lika.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.