[options.scm] rename new-owner-report "Links" to "Transaction Links"

This commit is contained in:
Christopher Lam 2020-10-06 21:52:27 +08:00
parent 0becf8cbc1
commit 39a6704169
2 changed files with 4 additions and 1 deletions
gnucash/report/reports/standard
libgnucash/app-utils

View File

@ -57,7 +57,7 @@
(define debit-header (N_ "Debits"))
(define balance-header (N_ "Balance"))
(define doclink-header (N_ "Document Links"))
(define linked-txns-header (N_ "Links"))
(define linked-txns-header (N_ "Transaction Links"))
(define javascript "
<script>

View File

@ -1681,6 +1681,9 @@ the option '~a'."))
("Void Transactions" "Filter" "Void Transactions")
("Account Substring" "Filter" "Account Name Filter")
("Enable links" #f "Enable Links")
;; new-owner-report.scm, renamed Oct 2020 to differentiate with
;; Document Links:
("Links" #f "Transaction Links")
;; invoice.scm, renamed November 2018
("Individual Taxes" #f "Use Detailed Tax Summary")
;; income-gst-statement.scm