mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
reports: Make report Budget Flow 100% translatable
Patch by Aurimas Fišeras BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21906 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6a3f8175ff
commit
c2458bfc68
@ -159,7 +159,7 @@
|
||||
(bgt-total-numeric (gnc:sum-collector-commodity bgt-total report-currency exchange-fn))
|
||||
(act-total-numeric (gnc:sum-collector-commodity act-total report-currency exchange-fn))
|
||||
)
|
||||
(gnc:html-table-add-budget-row! html-table "total-number-cell" "Total:" bgt-total-numeric act-total-numeric)
|
||||
(gnc:html-table-add-budget-row! html-table "total-number-cell" (string-append (_ "Total") ":") bgt-total-numeric act-total-numeric)
|
||||
|
||||
;; Display hr FIXME: kind of a hack
|
||||
(gnc:html-table-append-row! html-table "<tr><td colspan='3'><hr></td></tr>")
|
||||
@ -241,7 +241,7 @@
|
||||
)
|
||||
|
||||
;; Display Grand Total
|
||||
(gnc:html-table-add-budget-row! html-table "total-number-cell" "Total:" bgt-total-numeric act-total-numeric)
|
||||
(gnc:html-table-add-budget-row! html-table "total-number-cell" (string-append (_ "Total") ":") bgt-total-numeric act-total-numeric)
|
||||
|
||||
)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user