gnucash maint: Bug 797883 - [Transaction Report] non-localized string

Christopher Lam clam at code.gnucash.org
Fri Jul 31 07:47:09 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/5a8d0494 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a4b8b7a2 (commit)



commit 5a8d0494838cd3fb63d1f62bc2710a7fa5fac0db
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jul 31 19:46:50 2020 +0800

    Bug 797883 - [Transaction Report] non-localized string

diff --git a/gnucash/report/trep-engine.scm b/gnucash/report/trep-engine.scm
index fd067b3fc..26d2b7a6d 100644
--- a/gnucash/report/trep-engine.scm
+++ b/gnucash/report/trep-engine.scm
@@ -1915,7 +1915,7 @@ be excluded from periodic reporting.")
                 row 'col-total commodity-idx (length list-of-cols)))
          '())))
   (let ((table (gnc:make-html-table)))
-    (gnc:html-table-set-caption! table optname-grid)
+    (gnc:html-table-set-caption! table (G_ optname-grid))
     (gnc:html-table-set-col-headers!
      table (append (list "")
                    (map cdr list-of-cols)



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



More information about the gnucash-changes mailing list