From: Bruno Haible Date: Mon, 10 Mar 2008 22:58:02 +0000 (+0000) Subject: Stylistic improvements, from Benno Schulenberg. X-Git-Tag: v0.18~456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ffa0ced038f5a362da50fc2666ccc4111584acc;p=thirdparty%2Fgettext.git Stylistic improvements, from Benno Schulenberg. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index de887ad03..6ba90516f 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-02-02 Benno Schulenberg + + * gettext.texi (PO Files): Stylistic improvements. + 2008-01-12 Bruno Haible * msgfilter.texi: Fix last example. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 0c3a2dd08..cb66dc2f2 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -1472,16 +1472,16 @@ search only. @xref{Fuzzy Entries}. @kwindex no-c-format@r{ flag} These flags should not be added by a human. Instead only the @code{xgettext} program adds them. In an automated PO file processing -system as proposed here the user changes would be thrown away again as +system as proposed here, the user's changes would be thrown away again as soon as the @code{xgettext} program generates a new template file. -The @code{c-format} flag tells that the untranslated string and the +The @code{c-format} flag indicates that the untranslated string and the translation are supposed to be C format strings. The @code{no-c-format} -flag tells that they are not C format strings, even though the untranslated +flag indicates that they are not C format strings, even though the untranslated string happens to look like a C format string (with @samp{%} directives). -In case the @code{c-format} flag is given for a string the @code{msgfmt} -does some more tests to check to validity of the translation. +When the @code{c-format} flag is given for a string the @code{msgfmt} +program does some more tests to check the validity of the translation. @xref{msgfmt Invocation}, @ref{c-format Flag} and @ref{c-format}. @item objc-format