billhuang created OFBIZ-5172:
--------------------------------

             Summary: 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
            Priority: Trivial
             Fix For: SVN trunk


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

Reply via email to