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