# HG changeset patch # User jruigrok # Date 1298385667 0 # Node ID 5c9be2914486c505d7a70018d951469fdc78255c # Parent dcb87b5fe51a65751a5536379df3253dfc163085 Merged revisions 546 via svnmerge from http://svn.edgewall.org/repos/babel/trunk ........ r546 | jruigrok | 2010-04-26 13:28:07 +0200 (ma, 26 apr 2010) | 2 lines 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