]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix documentation: double 'to' and stray reference to POT, which should be MO.
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Mon, 26 Apr 2010 11:28:07 +0000 (11:28 +0000)
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>
Mon, 26 Apr 2010 11:28:07 +0000 (11:28 +0000)
doc/setup.txt

index 30d75d8bc9962db1e1c4f4512258b6c8cf528145..083d79f88ffbbefaac34baec4924f7d90b60822e 100644 (file)
@@ -50,11 +50,11 @@ If the command has been correctly installed or registered, a project's
     Options for 'compile_catalog' command:
        ...
 
-Running the command will produce a PO template file::
+Running the command will produce a binary MO file::
 
     $ ./setup.py compile_catalog --directory foobar/locale --locale pt_BR
     running compile_catalog
-    compiling catalog to to foobar/locale/pt_BR/LC_MESSAGES/messages.mo
+    compiling catalog to foobar/locale/pt_BR/LC_MESSAGES/messages.mo
 
 
 Options