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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 12 11:25:52 EST 2007


Author: smukhina
Date: 2007-12-12 11:25:52 -0500 (Wed, 12 Dec 2007)
New Revision: 4789

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

Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/componentControl/examples/mpusage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/componentControl/examples/mpusage.xhtml	2007-12-12 16:21:40 UTC (rev 4788)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/componentControl/examples/mpusage.xhtml	2007-12-12 16:25:52 UTC (rev 4789)
@@ -16,9 +16,9 @@
 				<rich:componentControl for="panel" attachTo="hidelink" operation="hide" event="onclick"/>
 			</h:panelGroup>
 		</f:facet>
-		<h:outputText value="This panel called using Component Control Component"></h:outputText>
+		<h:outputText value="This panel is called using Component Control Component"></h:outputText>
 		<br/>
-		<h:outputText value="Closure link (X) works aso througn Component Control"></h:outputText>
+		<h:outputText value="Closure link (X) works also through Component Control"></h:outputText>
 	</rich:modalPanel> 
 	<h:outputLink value="#" id="link">
 		Show Modal Panel 




More information about the richfaces-svn-commits mailing list