Skip to content

Commit

Permalink
[new-owner-report] fix unlocalizable string
Browse files Browse the repository at this point in the history
reuse trepengine's string
  • Loading branch information
christopherlam committed Sep 19, 2020
1 parent a55d05f commit e7258ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gnucash/report/reports/standard/new-owner-report.scm
Expand Up @@ -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
Expand Down

1 comment on commit e7258ee

@christopherlam
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can change as 428c8c5#commitcomment-42428202 if desired. This commit reuses trep-engine string.

Please sign in to comment.