From e7258ee6f378c5b4a80e04727c4edd5f58f9e5b4 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Fri, 18 Sep 2020 21:25:50 +0800 Subject: [PATCH] [new-owner-report] fix unlocalizable string reuse trepengine's string --- gnucash/report/reports/standard/new-owner-report.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnucash/report/reports/standard/new-owner-report.scm b/gnucash/report/reports/standard/new-owner-report.scm index be676367055..8e0cbcad339 100644 --- a/gnucash/report/reports/standard/new-owner-report.scm +++ b/gnucash/report/reports/standard/new-owner-report.scm @@ -1080,9 +1080,7 @@ invoices and amounts."))))) document (gnc:make-html-text (gnc:html-markup-h2 (G_ "No transactions found.")) - (gnc:html-markup-p - (format #f (G_ "No transactions were found associated with the ~a.") - (string-downcase (car (get-info type))))) + (gnc:html-markup-p (G_ "No matching transactions found")) (gnc:html-make-options-link (gnc:report-id report-obj))))) (else