[income-gst-statement] fix "tax payable" reuse existing string

This commit is contained in:
Christopher Lam 2019-09-04 22:25:37 +08:00
parent e386a2a77d
commit af238ee470

View File

@ -267,7 +267,7 @@ for taxes paid on expenses, and type LIABILITY for taxes collected on sales.")
'())
(if (opt-val gnc:pagename-display (N_ "Tax payable"))
;; Translators: "Tax Payable" refer to the difference GST Sales - GST Purchases
(list (vector (_ "Tax Payable")
(list (vector (_ "Tax payable")
tax-payable
#f #t #f
(lambda (a) "")))