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 2010/11/19 19:00:20 UTC

svn commit: r1036960 - /myfaces/trinidad/branches/trinidad-1.2.x/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Author: gcrawford
Date: Fri Nov 19 18:00:19 2010
New Revision: 1036960

URL: http://svn.apache.org/viewvc?rev=1036960&view=rev
Log:
TRINIDAD-1941  Required field message on <af:selectonechoice> component incorrect

Thanks to Kentaro

Modified:
    myfaces/trinidad/branches/trinidad-1.2.x/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts

Modified: myfaces/trinidad/branches/trinidad-1.2.x/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts?rev=1036960&r1=1036959&r2=1036960&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.2.x/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts (original)
+++ myfaces/trinidad/branches/trinidad-1.2.x/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/MessageBundle.xrts Fri Nov 19 18:00:19 2010
@@ -46,7 +46,7 @@
   
   <!-- {0} the label that identifies the selection  -->
   <resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED">A selection is required.</resource>
-  <resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail">You must make at least one selection.</resource>
+  <resource key="org.apache.myfaces.trinidad.UIXSelectOne.REQUIRED_detail">You must make a selection.</resource>
   
 
   <!-- {0} the label that identifies the selection  -->