diff -r 7bc315f2285a docs/howto/i18n.txt
--- a/docs/howto/i18n.txt	Mon Dec 20 11:34:28 2010 +0100
+++ b/docs/howto/i18n.txt	Mon Dec 20 11:35:13 2010 +0100
@@ -10,7 +10,6 @@
       your settings file.
     * Second, it looks for a ``locale`` directory in the project directory.
     * Third, it looks for a ``locale`` directory in each of the installed apps.
-      It does this in the reverse order of INSTALLED_APPS
     * Finally, it checks the Django-provided base translation in
       ``django/conf/locale``.
 
diff -r 7bc315f2285a docs/topics/i18n/deployment.txt
--- a/docs/topics/i18n/deployment.txt	Mon Dec 20 11:34:28 2010 +0100
+++ b/docs/topics/i18n/deployment.txt	Mon Dec 20 11:35:13 2010 +0100
@@ -182,7 +182,6 @@
       your settings file.
     * Second, it looks for a ``locale`` directory in the project directory.
     * Third, it looks for a ``locale`` directory in each of the installed apps.
-      It does this in the reverse order of INSTALLED_APPS
     * Finally, it checks the Django-provided base translation in
       ``django/conf/locale``.
 
