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 18:58:41 UTC

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

Author: gcrawford
Date: Fri Nov 19 17:58:41 2010
New Revision: 1036959

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

Thanks to Kentaro

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=1036959&r1=1036958&r2=1036959&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 Fri Nov 19 17:58:41 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  -->