[
https://issues.apache.org/jira/browse/OFBIZ-5172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-5172.
----------------------------------
Resolution: Fixed
Fix Version/s: Release Branch 12.04
Release Branch 11.04
Release Branch 10.04
Assignee: Jacques Le Roux
Thanks Bill Huang,
Commited at
trunk r1465351
R12.04 r1465355
R11.04 r1465383
R10.04 r1465389.
> description is incorrect
> ------------------------
>
> Key: OFBIZ-5172
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5172> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: SVN trunk
> Reporter: billhuang
> Assignee: Jacques Le Roux
> Priority: Trivial
> Fix For: Release Branch 10.04, Release Branch 11.04, SVN trunk, Release Branch 12.04
>
>
> int org.ofbiz.base.util.UtilValidate.java file:
> public static final String isMinuteMsg = "The Hour must be a number between 0 and 59.";
> public static final String isSecondMsg = "The Hour must be a number between 0 and 59.";
> should be
> public static final String isMinuteMsg = "The Minute must be a number between 0 and 59.";
> public static final String isSecondMsg = "The Second must be a number between 0 and 59.";
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira