Bert Radke created WICKET-6048:
----------------------------------
Summary: German Translation for EqualInputValidator wrong
Key: WICKET-6048
URL: https://issues.apache.org/jira/browse/WICKET-6048
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 7.0.0
Reporter: Bert Radke
Priority: Trivial
The german translation for EqualInputValidator contains to many 'Label' words:
english: EqualInputValidator='${input0}' from ${label0} and '${input1}' from
${label1} must be equal.
german:
EqualInputValidator='${input0}' vom Label ${label0} und '${input1}' vom Label
${label1} m\u00fcssen gleich sein.
it should be
EqualInputValidator='${input0}' vom ${label0} und '${input1}' vom ${label1}
m\u00fcssen gleich sein.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)