You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gc...@apache.org on 2009/06/30 22:29:15 UTC

svn commit: r789936 - /myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Author: gcrawford
Date: Tue Jun 30 20:29:15 2009
New Revision: 789936

URL: http://svn.apache.org/viewvc?rev=789936&view=rev
Log:
TRINIDAD-1521 Grammatical error in Date time converter format message

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

Modified: myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts?rev=789936&r1=789935&r2=789936&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts (original)
+++ myfaces/trinidad/trunk/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts Tue Jun 30 20:29:15 2009
@@ -325,7 +325,7 @@
   <!-- {0} the label that identifies the component             -->
   <!-- {1} value entered by the user                           -->
   <!-- {2} an example of the format the converter is expecting -->
-  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH">The date and time is in not the correct format.</resource>
+  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH">The date and time is not in the correct format.</resource>
   <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.CONVERT_BOTH_detail">Enter a date and time in the same format as this example: {2}</resource>