mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
[new-owner-report] use translatable strings
This commit is contained in:
parent
455ae59a56
commit
8a188d509c
@ -223,10 +223,14 @@
|
||||
(addto! heading-list (G_ tax-header)))
|
||||
(if (debit-col column-vector)
|
||||
(addto! heading-list
|
||||
(if formal? debit-header (gnc-account-get-debit-string acct-type))))
|
||||
(if formal?
|
||||
(G_ debit-header)
|
||||
(gnc-account-get-debit-string acct-type))))
|
||||
(if (credit-col column-vector)
|
||||
(addto! heading-list
|
||||
(if formal? credit-header (gnc-account-get-credit-string acct-type))))
|
||||
(if formal?
|
||||
(G_ credit-header)
|
||||
(gnc-account-get-credit-string acct-type))))
|
||||
(if (bal-col column-vector)
|
||||
(addto! heading-list (G_ balance-header)))
|
||||
(case link-option
|
||||
|
Loading…
Reference in New Issue
Block a user