You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/09 23:44:05 UTC

svn commit: r1033278 - /myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages.properties

Author: lu4242
Date: Tue Nov  9 22:44:05 2010
New Revision: 1033278

URL: http://svn.apache.org/viewvc?rev=1033278&view=rev
Log:
MFCOMMONS-22 Detail message for mcv:validateDateRestriction is not clear

Modified:
    myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages.properties

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages.properties
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages.properties?rev=1033278&r1=1033277&r2=1033278&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages.properties (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/src/main/resources/org/apache/myfaces/commons/Messages.properties Tue Nov  9 22:44:05 2010
@@ -23,9 +23,9 @@ org.apache.myfaces.commons.validator.Reg
 org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY=Date is not allowed.
 org.apache.myfaces.commons.validator.DateRestrictionValidator.DAY_detail=The date you entered is not allowed.
 org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH=Invalid Month
-org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH_detail=Enter a date from the following month(s): {0}.
+org.apache.myfaces.commons.validator.DateRestrictionValidator.MONTH_detail=The month you entered is not allowed\: {0}.
 org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY=Invalid Weekday
-org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY_detail=Enter a date from the following weekday(s)\: {0}.
+org.apache.myfaces.commons.validator.DateRestrictionValidator.WEEKDAY_detail=The weekday you entered is not allowed\: {0}.
 org.apache.myfaces.commons.validator.csv.NOT_STRING=The value {0} is not a String
 org.apache.myfaces.commons.validator.csv.SUFFIX= - on entry #{0}
 org.apache.myfaces.commons.validator.csv.INVALID_SEPARATOR=invalid separator {0}
@@ -38,4 +38,4 @@ org.apache.myfaces.commons.converter.Enu
 org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS = No target class selected.
 org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_CLASS_detail = {1} \:  enum targetClass for converter does not exists. 
 org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS = Class is not an enum.
-org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS_detail ={1} \: The class selected as targetClass for the converter is not an enum.
\ No newline at end of file
+org.apache.myfaces.commons.converter.EnumConverter.ENUM_NO_ENUM_CLASS_detail ={1} \: The class selected as targetClass for the converter is not an enum.