gnucash stable: [new-owner-report.scm] fix display/due-date tooltip
Christopher Lam
clam at code.gnucash.org
Wed Jan 28 18:29:59 EST 2026
Updated via https://github.com/Gnucash/gnucash/commit/72964074 (commit)
from https://github.com/Gnucash/gnucash/commit/0b4f14e1 (commit)
commit 72964074576f1aafd10bf256d2aa3832d1a42d02
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Thu Jan 29 07:26:18 2026 +0800
[new-owner-report.scm] fix display/due-date tooltip
diff --git a/gnucash/report/reports/standard/new-owner-report.scm b/gnucash/report/reports/standard/new-owner-report.scm
index dc0bbdb2c5..4fdf13b1d6 100644
--- a/gnucash/report/reports/standard/new-owner-report.scm
+++ b/gnucash/report/reports/standard/new-owner-report.scm
@@ -891,7 +891,7 @@ and do not match the transaction."))))))))
(gnc-register-simple-boolean-option options
(N_ "Display Columns") due-date-header
- "c" (N_ "Display the transaction date?") #t)
+ "c" (N_ "Display the invoice due date?") #t)
(gnc-register-simple-boolean-option options
(N_ "Display Columns") reference-header
Summary of changes:
gnucash/report/reports/standard/new-owner-report.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list