Index: /FCKeditor.Java/trunk/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 3797)
+++ /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 3798)
@@ -51,6 +51,6 @@
      A standard stub implementation of a connector according to the
      {{{http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Server_Side_Integration#The_Commands}Server Side Integration}}
-     It may serve you as a skeleton for your implementation as it does for the
-     two upcoming.
+     It may serve as a skeleton for your implementation as it does for the default
+     ones that follow.
 
    * {{{java-core/apidocs/net/fckeditor/connector/impl/ContextConnector.html}<<<net.fckeditor.connector.impl.ContextConnector>>>}} (default):
Index: /FCKeditor.Java/trunk/src/site/apt/localization.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/localization.apt	(revision 3797)
+++ /FCKeditor.Java/trunk/src/site/apt/localization.apt	(revision 3798)
@@ -18,11 +18,11 @@
 ~~ == END LICENSE ==
 ~~ @version $Id$
-				-------------------------
+				-------------------------------
 					LocaleResolver Interface
-				-------------------------
+				-------------------------------
 
 Localization
 
-  The integration pack offers you the capability to localize any string responded
+  The integration pack offers you the capability to localize any string returned
   to the user on a global basis and on a per-locale basis depending on the
   deployed framework/system (Request, JSTL, Struts, Spring, and other).
@@ -78,5 +78,5 @@
             message will be used by default.
 
-  Each responded message can be localized on a global basis and on a per-locale basis.
+  Each returned message can be localized on a global basis and on a per-locale basis.
   Put your globally localized strings in a <<<fckeditor_messages.properties>>>
   and your per-locale localized strings in a <<<fckeditor_messages_\<locale\>.properties>>>
@@ -99,16 +99,16 @@
 | invalid_current_folder_specified	|											|				| not exist.										|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.getResources.enabled	| You are authorized to browse/list			| any string	| Responds the user can browse/list files			|
+| connector.getResources.enabled	| You are authorized to browse/list			| any string	| Notifies the user that (s)he can browse/list files|
 |									| files and/or folders!						|				| and/or folders.									|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.getResources.disabled	| You are not authorized to browse/list		| any string	| Responds the user cannot browse/list files		|
-|									| files and/or folders!						|				| and/or folders.									|
+| connector.getResources.disabled	| You are not authorized to browse/list		| any string	| Notifies the user that (s)he cannot browse/list	|
+|									| files and/or folders!						|				| files and/or folders.								|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.getResources.read_error	| The selected resources could not			| any string	| Responds the user that during fetching the		|
-|									| be read successfully, please try again!	|				| resources list some error/exception has occurred.	|
+| connector.getResources.read_error	| The selected resources could not			| any string	| Notifies the user that during resource retrieval	|
+|									| be read successfully, please try again!	|				| some error/exception has occurred.				|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.createFolder.enabled	| You are authorized to create folders!		| any string	| Responds the user can create folders.				|
+| connector.createFolder.enabled	| You are authorized to create folders!		| any string	| Notifies the user that (s)he can create folders.	|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.createFolder.disabled	| You are not authorized to create folders!	| any string	| Responds the user cannot create folders.			|
+| connector.createFolder.disabled	| You are not authorized to create folders!	| any string	| Notifies the user that (s)he cannot create folders.|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
 | connector.createFolder.			| Invalid new folder name specified			| any string	| The provided new folder name was invalid.			|
@@ -118,21 +118,20 @@
 | folder_already_exists_error		|											|				| server.											|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.						| The specified folder could not			| any string	| Responds the user that during creating the		|
-| createFolder.write_error			| be created successfully, please try again!|				| folder some error/exception has occurred.			|
+| connector.						| The specified folder could not			| any string	| Notifies the user that during folder creation		|
+| createFolder.write_error			| be created successfully, please try again!|				| some error/exception has occurred.				|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.fileUpload.enabled		| You are authorized to upload files!		| any string	| Responds the user can upload files.				|
+| connector.fileUpload.enabled		| You are authorized to upload files!		| any string	| Notifies the user that (s)he can upload files.	|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.fileUpload.disabled		| You are not authorized to upload files!	| any string	| Responds the user cannot upload files.			|
+| connector.fileUpload.disabled		| You are not authorized to upload files!	| any string	| Notifies the user that (s)he cannot upload files.	|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.fileUpload.				| Your file was uploaded successfully		| any string	| Warns the user about a successful upload			|
-| file_renamed_warning				| but has been renamed to '\{0\}'.			| \{0\} - new filename| but file has been renamed because another	|
-|									|											|				| file exists with the same name.					|
+| connector.fileUpload.				| Your file was uploaded successfully		| any string	| Warns the user that the file upload was successful|
+| file_renamed_warning				| but has been renamed to '\{0\}'.			| \{0\} - new filename| but it has been renamed because another file|
+|									|											|				| exists with the same name.						|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.fileUpload.				| The uploaded has a wrong file type		| any string	| Warns the user about the uploaded file has		|
-| invalid_file_type_specified		| (extension).								|				| a file type (extension) which does not			|
-|									|											|				| correspond to the resource type's					|
-|									|											|				|  allowed/denied list.								|
+| connector.fileUpload.				| The uploaded has a wrong file type		| any string	| Warns the user that the uploaded file type		|
+| invalid_file_type_specified		| (extension).								|				| (extension) does not pass the resource type's		|
+|									|											|				| allowed/denied list.								|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
-| connector.fileUpload.write_error	| The specified file could not be			| any string	| Responds the user that during file upload			|
+| connector.fileUpload.write_error	| The specified file could not be			| any string	| Notifiles the user that during file upload		|
 |									| uploaded successfully, please try again!	|				| some error/exception has occurred.				|
 *-----------------------------------+-------------------------------------------+---------------+---------------------------------------------------+
