Skip to content

Commit

Permalink
[trep-engine] add translator note for balance b/f
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Mar 27, 2020
1 parent c3c0d95 commit 569c613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnucash/report/report-system/trep-engine.scm
Expand Up @@ -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
Expand Down

0 comments on commit 569c613

Please sign in to comment.