You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/01/23 19:47:53 UTC

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

Author: matzew
Date: Tue Jan 23 11:47:52 2007
New Revision: 499112

URL: http://svn.apache.org/viewvc?view=rev&rev=499112
Log:
fixed typos in messageBundle.xrts file

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=499112&r1=499111&r2=499112
==============================================================================
--- 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 Tue Jan 23 11:47:52 2007
@@ -300,11 +300,11 @@
   <!-- hints for converters -->
 
   <!-- default hint for DateTimeConverter-->
-  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT">Example: "{0}".</resource>
-  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.TIME_HINT">Example: "{0}".</resource>
-  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT">Example: "{0}".</resource>
+  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.DATE_HINT">Example format: "{0}".</resource>
+  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.TIME_HINT">Example format: "{0}".</resource>
+  <resource key="org.apache.myfaces.trinidad.convert.DateTimeConverter.BOTH_HINT">Example format: "{0}".</resource>
   <!-- default hint for ColorConverter-->
-  <resource key="org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT">Example: "{0}".</resource>
+  <resource key="org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT">Example format: "{0}".</resource>
 
   <!-- default hint for IntegerConverter-->
   <!-- resource key="org.apache.myfaces.trinidad.convert.IntegerConverter.FORMAT_HINT">The entered value must be a integer</resource-->