# HG changeset patch # User jruigrok # Date 1272281287 0 # Node ID 06e48920b566f71dcf1d82eb5786729a77bc4373 # Parent 6002c8e21ed5ebb41ef6fe2ad97ea931ecfb79ae Fix documentation: double 'to' and stray reference to POT, which should be MO. diff --git a/doc/setup.txt b/doc/setup.txt --- a/doc/setup.txt +++ b/doc/setup.txt @@ -50,11 +50,11 @@ 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