# HG changeset patch # User jruigrok # Date 1272281287 0 # Node ID b6b7cf1eb8dc710a2d9577d8ac68125de55987cf # Parent d9e2c78c72937c2d10298ac80a845bac4ef45f8f 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