mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[trep-engine] add translator note for balance b/f
This commit is contained in:
parent
c3c0d95bf0
commit
569c613af0
@ -1404,6 +1404,8 @@ be excluded from periodic reporting.")
|
||||
(data (if (and (any (lambda (c) (eq? 'bal-bf (vector-ref c 5)))
|
||||
calculated-cells)
|
||||
(memq sortkey ACCOUNT-SORTING-TYPES))
|
||||
;; Translators: Balance b/f stands for "Balance
|
||||
;; brought forward".
|
||||
(string-append data ": " (_ "Balance b/f"))
|
||||
data))
|
||||
(renderer-fn (keylist-get-info
|
||||
|
Loading…
Reference in New Issue
Block a user