gnucash maint: I18N: Unify report option add-sort-method list

Frank H.Ellenberger fell at code.gnucash.org
Tue May 4 13:01:04 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/45cb454b (commit)
	from  https://github.com/Gnucash/gnucash/commit/f6b1d3c1 (commit)



commit 45cb454bdc966501cc34083584a9000e0e9db892
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue May 4 18:38:53 2021 +0200

    I18N: Unify report option add-sort-method list

diff --git a/gnucash/report/options-utilities.scm b/gnucash/report/options-utilities.scm
index ebcc0d489..12c3b4ea5 100644
--- a/gnucash/report/options-utilities.scm
+++ b/gnucash/report/options-utilities.scm
@@ -202,7 +202,7 @@
     (list
      (vector 'acct-code (N_ "Alphabetical by account code"))
      (vector 'alphabetical (N_ "Alphabetical by account name"))
-     (vector 'amount (N_ "Amount, largest to smallest"))))))
+     (vector 'amount (N_ "Numerical by descending amount"))))))
 
 
 ;; These control the calculation and view mode of subtotal balances



Summary of changes:
 gnucash/report/options-utilities.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list