Index: /CKEditor.Java/ckeditor-java-core/trunk/src/main/resources/META-INF/ckeditor.tld
===================================================================
--- /CKEditor.Java/ckeditor-java-core/trunk/src/main/resources/META-INF/ckeditor.tld	(revision 6796)
+++ /CKEditor.Java/ckeditor-java-core/trunk/src/main/resources/META-INF/ckeditor.tld	(revision 6797)
@@ -16,5 +16,5 @@
 
 	<description>
-		The CKEditor Tag Library offers a very convenient way to create
+		The CKEditor Tag Library offers a convenient way to create
 		several CKEditor instances with different configurations.
 		Additionally, you can check for user-based capabilities.
@@ -33,5 +33,5 @@
 			<required>true</required>
 			<rtexprvalue>true</rtexprvalue>
-			<description>Path to CKEditor folder</description>
+			<description>Path to the CKEditor directory.</description>
 		</attribute>
 
@@ -40,5 +40,5 @@
 			<required>true</required>
 			<rtexprvalue>true</rtexprvalue>
-			<description>Name of textarea HTML tag to replace.</description>
+			<description>Name of the HTML textarea element to replace.</description>
 		</attribute>
 
@@ -54,5 +54,5 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>boolean</type>
-			<description>initalization of ckeditor.js. If false ckeditor.js is
+			<description>Initalization of ckeditor.js. If set to "false", ckeditor.js is
 			included on the page.</description>
 		</attribute>
@@ -77,5 +77,5 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>com.ckeditor.EventHandler</type>
-			<description>Events for CKEditor. Example:
+			<description>CKEditor events. Example:
 				<![CDATA[
 				EventHandler eventHandler = new EventHandler();
@@ -91,7 +91,7 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>com.ckeditor.GlobalEventHandler</type>
-			<description>Global events for CKEditor. Example:
+			<description>CKEditor global events. Example:
 				<![CDATA[GlobalEventHandler globalEventHandler = new GlobalEventHandler();
-				globalEventHandler.addEvent("dialogDefinition","function (ev) {  alert(\"Loading dialog: \" + ev.data.name); }");
+				globalEventHandler.addEvent("dialogDefinition","function (ev) {  alert(\"Loading dialog window: \" + ev.data.name); }");
 				]]>
 			</description>
@@ -106,5 +106,5 @@
 		<body-content>JSP</body-content>
 		<example><![CDATA[
-			<ckeditor:editor basePath="../../ckeditor/" editor="editor1" value="This is CKEditor" />]]></example>
+			<ckeditor:editor basePath="../../ckeditor/" editor="editor1" value="This is CKEditor." />]]></example>
 
 		<attribute>
@@ -112,5 +112,5 @@
 			<required>true</required>
 			<rtexprvalue>true</rtexprvalue>
-			<description>Path to CKEditor folder</description>
+			<description>Path to the CKEditor directory.</description>
 		</attribute>
 
@@ -119,5 +119,5 @@
 			<required>true</required>
 			<rtexprvalue>true</rtexprvalue>
-			<description>Name of textarea inserted and replaced with CKEditor.</description>
+			<description>Name of the textarea element inserted and replaced with CKEditor.</description>
 		</attribute>
 
@@ -134,5 +134,5 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>java.util.Map</type>
-			<description>Attributes of textarea to insert. Example:
+			<description>Attributes of the textarea element to insert. Example:
 				
 				<![CDATA[Map<String, String> attr = new HashMap<String, String>();
@@ -153,5 +153,5 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>boolean</type>
-			<description>initalization of ckeditor.js. If false ckeditor.js is
+			<description>Initalization of ckeditor.js. If set to "false", ckeditor.js is
 			included on the page.</description>
 		</attribute>
@@ -176,5 +176,5 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>com.ckeditor.EventHandler</type>
-			<description>Events for CKEditor. Example:
+			<description>CKEditor events. Example:
 				<![CDATA[
 				EventHandler eventHandler = new EventHandler();
@@ -190,7 +190,7 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>com.ckeditor.GlobalEventHandler</type>
-			<description>Global events for CKEditor. Example:
+			<description>CKEditor global events. Example:
 				<![CDATA[GlobalEventHandler globalEventHandler = new GlobalEventHandler();
-				globalEventHandler.addEvent("dialogDefinition","function (ev) {  alert(\"Loading dialog: \" + ev.data.name); }");
+				globalEventHandler.addEvent("dialogDefinition","function (ev) {  alert(\"Loading dialog window: \" + ev.data.name); }");
 				]]>
 			</description>
@@ -208,5 +208,5 @@
 			<required>true</required>
 			<rtexprvalue>true</rtexprvalue>
-			<description>Path to CKEditor folder</description>
+			<description>Path to the CKEditor directory.</description>
 		</attribute>
 
@@ -215,5 +215,5 @@
 			<required>false</required>
 			<rtexprvalue>true</rtexprvalue>
-			<description>Name of CSS class of textarea elements to replace</description>
+			<description>CSS class name for the textarea elements to be replaced.</description>
 		</attribute>
 
@@ -229,5 +229,5 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>boolean</type>
-			<description>initalization of ckeditor.js. If false ckeditor.js is
+			<description>Initalization of ckeditor.js. If set to "false", ckeditor.js is
 			included on the page.</description>
 		</attribute>
@@ -252,5 +252,5 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>com.ckeditor.EventHandler</type>
-			<description>Events for CKEditor. Example:
+			<description>CKEditor events. Example:
 				<![CDATA[
 				EventHandler eventHandler = new EventHandler();
@@ -266,7 +266,7 @@
 			<rtexprvalue>true</rtexprvalue>
 			<type>com.ckeditor.GlobalEventHandler</type>
-			<description>Global events for CKEditor. Example:
+			<description>CKEditor global events. Example:
 				<![CDATA[GlobalEventHandler globalEventHandler = new GlobalEventHandler();
-				globalEventHandler.addEvent("dialogDefinition","function (ev) {  alert(\"Loading dialog: \" + ev.data.name); }");
+				globalEventHandler.addEvent("dialogDefinition","function (ev) {  alert(\"Loading dialog window: \" + ev.data.name); }");
 				]]>
 			</description>
