doc/book/en/development/devweb/internationalization.rst
changeset 4442 7bc0e4ed4109
parent 4437 21f2e01fdd6a
child 4751 1a9d2c3c7f0c
--- a/doc/book/en/development/devweb/internationalization.rst	Wed Feb 03 19:26:35 2010 +0100
+++ b/doc/book/en/development/devweb/internationalization.rst	Wed Feb 03 20:33:49 2010 +0100
@@ -35,7 +35,7 @@
 
   OR
 
- * by using the equivalent._cwuest's method ::
+ * by using the equivalent request's method ::
 
      class NoResultView(EmptyRsetView):
          """default view when no result has been found"""
@@ -50,10 +50,10 @@
 itself, but not its translation (it's actually another name for the
 `unicode` builtin).
 
-In the other hand the._cwuest's method `self._cw._` is meant to retrieve the
-proper translation of translation strings in the._cwuested language.
+In the other hand the request's method `self._cw._` is meant to retrieve the
+proper translation of translation strings in the requested language.
 
-Finally you can also use the `__` attribute of._cwuest object to get a
+Finally you can also use the `__` attribute of request object to get a
 translation for a string *which should not itself added to the catalog*,
 usually in case where the actual msgid is created by string interpolation ::