gnucash-docs maint: Reports: Reflect commit e4088ee
Frank H.Ellenberger
fell at code.gnucash.org
Wed Feb 3 18:16:39 EST 2021
Updated via https://github.com/Gnucash/gnucash-docs/commit/6d7a26b8 (commit)
from https://github.com/Gnucash/gnucash-docs/commit/5d610dbc (commit)
commit 6d7a26b8ecc294630dcd0fed285786369a18241e
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Thu Feb 4 00:16:04 2021 +0100
Reports: Reflect commit e4088ee
I18N: Use "{A|De}scending" instead of "{In|De}creasing"
diff --git a/help/C/Help_ch_Reports.xml b/help/C/Help_ch_Reports.xml
index 877d430..9594c04 100644
--- a/help/C/Help_ch_Reports.xml
+++ b/help/C/Help_ch_Reports.xml
@@ -1227,8 +1227,8 @@ Income (type INCOME)
<informaltable>
<tgroup cols="2">
<tbody>
- <row><entry>Increasing (default)</entry></row>
- <row><entry>Decreasing</entry></row>
+ <row><entry>Ascending (default)</entry><entry>0 … 999,999.99, A … Z</entry></row>
+ <row><entry>Descending</entry><entry>999,999.99 … 0, Z … A</entry></row>
</tbody>
</tgroup>
</informaltable>
@@ -1420,8 +1420,8 @@ Income (type INCOME)
<informaltable>
<tgroup cols="2">
<tbody>
- <row><entry>Increasing (default)</entry></row>
- <row><entry>Decreasing</entry></row>
+ <row><entry>Ascending (default)</entry><entry>0 … 999,999.99, A … Z</entry></row>
+ <row><entry>Descending</entry><entry>999,999.99 … 0, Z … A</entry></row>
</tbody>
</tgroup>
</informaltable>
Summary of changes:
help/C/Help_ch_Reports.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
More information about the gnucash-changes
mailing list