mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
[new-owner-report] fix unlocalizable string
reuse trepengine's string
This commit is contained in:
parent
a55d05f29d
commit
e7258ee6f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user