From: Andrew M. Kuchling Date: Sat, 29 Jul 2006 14:08:15 +0000 (+0000) Subject: Reword paragraph to match the order of the subsequent sections X-Git-Tag: v2.5b3~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ec3f78c8a08c5b69855e5b6eb37fe22f0719b52;p=thirdparty%2FPython%2Fcpython.git Reword paragraph to match the order of the subsequent sections --- diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index 34b050099297..5c7c6b96b228 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -585,8 +585,8 @@ files are what the \module{gettext} module uses for the actual translation processing during run-time. How you use the \module{gettext} module in your code depends on -whether you are internationalizing your entire application or a single -module. +whether you are internationalizing a single module or your entire application. +The next two sections will discuss each case. \subsubsection{Localizing your module}