[richfaces-svn-commits] JBoss Rich Faces SVN: r5384 - trunk/docs/userguide/en/src/main/docbook/included.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jan 15 10:46:29 EST 2008


Author: smukhina
Date: 2008-01-15 10:46:29 -0500 (Tue, 15 Jan 2008)
New Revision: 5384

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/dropListener.desc.xml
   trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
Log:
http://jira.jboss.com/jira/browse/RF-809 -language verification 

Modified: trunk/docs/userguide/en/src/main/docbook/included/dropListener.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropListener.desc.xml	2008-01-15 15:06:31 UTC (rev 5383)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropListener.desc.xml	2008-01-15 15:46:29 UTC (rev 5384)
@@ -9,7 +9,7 @@
 	<section>
         <title>Description</title>
         <para>The <emphasis role="bold"><property>&lt;rich:dropListener&gt;</property></emphasis>
-		represents an action listener method that will be notified after drop operation.
+		represents an action listener method that will be notified after a drop operation.
 		</para>	
     </section>	
 	  

Modified: trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml	2008-01-15 15:06:31 UTC (rev 5383)
+++ trunk/docs/userguide/en/src/main/docbook/included/dropListener.xml	2008-01-15 15:46:29 UTC (rev 5384)
@@ -68,11 +68,11 @@
     <title>Details of Usage</title>
 
 <para>
-The <property>&lt;rich:dropListener&gt;</property> is used as nested tag with components like
+The <property>&lt;rich:dropListener&gt;</property> is used as a nested tag with components like
 <property>&lt;rich:dropSupport&gt;</property>, <property>&lt;rich:tree&gt;</property> and <property>&lt;rich:treeNode&gt;</property>.
 </para>
 <para>
-Attribute <emphasis><property>&quot;type&quot;</property></emphasis> defines the fully qualified Java class name for listener.
+Attribute <emphasis><property>&quot;type&quot;</property></emphasis> defines the fully qualified Java class name for the listener.
 This class should implement org.richfaces.event.DropListener interface.
 </para>
 	




More information about the richfaces-svn-commits mailing list