Author: smukhina
Date: 2008-01-21 12:24:00 -0500 (Mon, 21 Jan 2008)
New Revision: 5500
Modified:
trunk/docs/userguide/en/src/main/docbook/included/dragListener.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
Log:
http://jira.jboss.com/jira/browse/RF-808 - language correction
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragListener.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragListener.desc.xml 2008-01-21
17:12:34 UTC (rev 5499)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragListener.desc.xml 2008-01-21
17:24:00 UTC (rev 5500)
@@ -9,7 +9,7 @@
<section>
<title>Description</title>
<para>The <emphasis
role="bold"><property><rich:dragListener></property></emphasis>
- represents an action listener method that will be notified after drag operation.
+ represents an action listener method that will be notified after a drag operation.
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml 2008-01-21 17:12:34
UTC (rev 5499)
+++ trunk/docs/userguide/en/src/main/docbook/included/dragListener.xml 2008-01-21 17:24:00
UTC (rev 5500)
@@ -68,11 +68,11 @@
<title>Details of Usage</title>
<para>
-The <property><rich:dragListener></property> is used as nested
tag with components like
+The <property><rich:dragListener></property> is used as a
nested tag with components like
<property><rich:dragSupport></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 a listener.
This class should implement org.richfaces.event.DragListener interface.
</para>