mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 797270 - Budget Chart report - translation of header and dates
Enable translation of header. Dates are already localised in this report.
This commit is contained in:
parent
e210af23f6
commit
d7f0f5da63
@ -236,7 +236,9 @@
|
||||
(gnc:html-chart-set-title!
|
||||
chart
|
||||
(list (xaccAccountGetName acct)
|
||||
(format #f "Bgt: ~a Act: ~a"
|
||||
;; Translators: Bgt and Act refer to budgeted and
|
||||
;; actual total amounts.
|
||||
(format #f (_ "Bgt: ~a Act: ~a")
|
||||
(amount->monetary bgt-sum)
|
||||
(amount->monetary act-sum))))))
|
||||
(else
|
||||
|
Loading…
Reference in New Issue
Block a user