TR: make no-report-data message consistent with initial no-account

This commit is contained in:
Christopher Lam 2018-02-28 06:47:08 +08:00
parent 840e1f8b02
commit 90fb712c7f

View File

@ -1823,11 +1823,12 @@ tags within description, notes or memo. ")
;; error condition: no splits found ;; error condition: no splits found
(begin (begin
(gnc:html-document-add-object! (gnc:html-document-add-object!
document document
(gnc:make-html-text (gnc:html-make-generic-warning
(gnc:html-markup-h2 NO-MATCHING-TRANS-HEADER) report-title (gnc:report-id report-obj)
(gnc:html-markup-p NO-MATCHING-TRANS-TEXT))) NO-MATCHING-TRANS-HEADER NO-MATCHING-TRANS-TEXT))
(if (member 'no-match infobox-display) (if (member 'no-match infobox-display)
(gnc:html-document-add-object! (gnc:html-document-add-object!