[richfaces-svn-commits] JBoss Rich Faces SVN: r4775 - branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 09:40:53 EST 2007


Author: smukhina
Date: 2007-12-12 09:40:53 -0500 (Wed, 12 Dec 2007)
New Revision: 4775

Modified:
   branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/orderingList.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-1191 - correcting language

Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/orderingList.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/orderingList.xhtml	2007-12-12 14:22:58 UTC (rev 4774)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/orderingList/orderingList.xhtml	2007-12-12 14:40:53 UTC (rev 4775)
@@ -23,17 +23,17 @@
 
 			</div>			
 			<p>
-				In this example you may select some songs (using mouse and Ctrl/Shift keys) and move them 
+				In this example you may select some songs (using the mouse and Ctrl/Shift keys) and move them 
 				within the list using controls.
 			</p>
 			
 			<p>
-				Content definition for this component - analogous to any Iteration component.
-				So, all you need is define collection in Ordering List <b>value</b> attribute 
-				and iterate the collection in nested columns through <b>var</b> attribute.
+				Content definition for this component is similar to any Iteration component.
+				Thus, all you need is to define collection in Ordering List <b>value</b> attribute 
+				and iterate the collection in nested columns with <b>var</b> attribute.
 			</p>
 			<p>
-				In order to set initially selected rows or to process submitted selection - 
+				In order to set initially selected rows or to process submitted selection, 
 				use <b>selection</b> attribute.
 			</p>
 		</ui:define>




More information about the richfaces-svn-commits mailing list