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><rich:dropListener></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><rich:dropListener></property> is used as nested
tag with components like
+The <property><rich:dropListener></property> is used as a
nested tag with components like
<property><rich:dropSupport></property>,
<property><rich:tree></property> and
<property><rich:treeNode></property>.
</para>
<para>
-Attribute
<emphasis><property>"type"</property></emphasis>
defines the fully qualified Java class name for listener.
+Attribute
<emphasis><property>"type"</property></emphasis>
defines the fully qualified Java class name for the listener.
This class should implement org.richfaces.event.DropListener interface.
</para>