You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/08/15 09:55:37 UTC

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

Author: matzew
Date: Wed Aug 15 00:55:36 2007
New Revision: 566046

URL: http://svn.apache.org/viewvc?view=rev&rev=566046
Log:
removed period at the end of the numberconverter hint, since other converters don't have that

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

Modified: myfaces/trinidad/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts?view=diff&rev=566046&r1=566045&r2=566046
==============================================================================
--- myfaces/trinidad/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts (original)
+++ myfaces/trinidad/trunk/trinidad/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts Wed Aug 15 00:55:36 2007
@@ -287,7 +287,7 @@
   <!-- default hint for ColorConverter-->
   <resource key="org.apache.myfaces.trinidad.convert.ColorConverter.FORMAT_HINT">Example format: {0}</resource>
   <!-- default hint for NumberConverter-->
-  <resource key="org.apache.myfaces.trinidad.convert.NumberConverter.FORMAT_HINT">Example format: {0}.</resource>
+  <resource key="org.apache.myfaces.trinidad.convert.NumberConverter.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-->