mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[options.scm] rename new-owner-report "Links" to "Transaction Links"
This commit is contained in:
parent
0becf8cbc1
commit
39a6704169
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user