Index: /FCKeditor.Java/trunk/src/site/apt/i18n.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/i18n.apt	(revision 2295)
+++ /FCKeditor.Java/trunk/src/site/apt/i18n.apt	(revision 2296)
@@ -26,5 +26,5 @@
   The interation pack offers you the capability to localize any string responded
   to the user on a global basis and on a per locale basis dependending on the
-  deployed framework/system (JSTL, Struts, Spring, Request, and other).
+  deployed framework/system (Request, JSTL, Struts, Spring, and other).
 
   Read on to see how you can customize the system to your needs:
@@ -34,5 +34,5 @@
   The interface {{{java-core/apidocs/net/fckeditor/localization/LocaleResolver.html}<<<net.fckeditor.localization.LocaleResolver>>>}}
   contains only one method:
-  
+
   * <<<Locale resolveLocale(final HttpServletRequest)>>>: It will be passed the
     current request instance on every request. It resolves the user locale according
@@ -53,5 +53,5 @@
 
    * {{{java-core/apidocs/net/fckeditor/localization/impl/AcceptLanguageHeaderResolver.html}<<<net.fckeditor.localization.impl.AcceptLanguageHeaderResolver>>>}} (default):
-     It retrieves the first locale in the HTTP <<<Accept-Language>>> header, if
+     It retrieves the first locale in the HTTP <<<Accept-Language>>> header if
      availabe.
 
@@ -65,18 +65,12 @@
 
    After your have chosen your desired implemenation, you have to bind it to the
-   system. Put the fully-qualified class name of the implementation in the 
+   system. Put the fully-qualified class name of the implementation in the
    <<<fckeditor.properies>>>:
-   
+
 +------------------------------------------------------------------------------+
   localization.localeResolverImpl=<desired implementation>
 +------------------------------------------------------------------------------+
 
-* The Strings
+* The strings
 
-  [[2]] <<The strings>>: <<<message.*>>>
-
-        dfdfdf
-
-  []
-
-  Done
+  dfdfdf
