Author: matzew
Date: Wed Jan 17 04:36:06 2007
New Revision: 497006

URL: http://svn.apache.org/viewvc?view=rev&rev=497006
Log:
fixed typo in i18n messagebundle

Modified:
    
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Modified: 
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts?view=diff&rev=497006&r1=497005&r2=497006
==============================================================================
--- 
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
 (original)
+++ 
incubator/adffaces/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
 Wed Jan 17 04:36:06 2007
@@ -78,8 +78,8 @@
   <resource 
key="org.apache.myfaces.trinidad.validator.LengthValidator.MINIMUM_HINT">The 
allowed minimum for this value is {0}.</resource>
   <resource 
key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MAXIMUM_HINT">The
 date can not be after {0}.</resource>
   <resource 
key="org.apache.myfaces.trinidad.validator.DateTimeRangeValidator.MINIMUM_HINT">The
 date can not be before {0}.</resource>
-  <resource 
key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT">The
 picked date is one of the following weekdays: {0}.</resource>
-  <resource 
key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_HINT">The
 picked date is in one of the following month: {0}.</resource>
+  <resource 
key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.WEEKDAY_HINT">The
 picked date can not be one of the following weekdays: {0}.</resource>
+  <resource 
key="org.apache.myfaces.trinidad.validator.DateRestrictionValidator.MONTH_HINT">The
 picked date can not be in one of the following month: {0}.</resource>
   <resource 
key="org.apache.myfaces.trinidad.validator.RegExpValidator.NO_MATCH_HINT">The 
value must match this pattern: {0}.</resource>
 
   <!-- messages for validators -->


Reply via email to