mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Rename option name from "Extra notes" to "Extra Notes"
This commit is contained in:
parent
251db8c37b
commit
f1e35daab3
@ -61,7 +61,7 @@
|
||||
(define optname-subtotal (N_ "Sub-total"))
|
||||
(define optname-amount-due (N_ "Amount Due"))
|
||||
(define optname-payment-recd (N_ "Payment received text"))
|
||||
(define optname-extra-notes (N_ "Extra notes"))
|
||||
(define optname-extra-notes (N_ "Extra Notes"))
|
||||
(define optname-date-format (N_ "Today date format"))
|
||||
|
||||
(define (options-generator)
|
||||
|
@ -110,7 +110,7 @@
|
||||
(define optname-subtotal (N_ "Sub-total"))
|
||||
(define optname-amount-due (N_ "Amount Due"))
|
||||
(define optname-payment-recd (N_ "Payment received text"))
|
||||
(define optname-extra-notes (N_ "Extra notes"))
|
||||
(define optname-extra-notes (N_ "Extra Notes"))
|
||||
|
||||
(define (options-generator)
|
||||
;; Options
|
||||
|
@ -1836,6 +1836,7 @@ the option '~a'."))
|
||||
("Invoice number" #f "Invoice Number")
|
||||
;; receipt.scm and taxinvoice.scm, renamed July 2021
|
||||
("Report title" #f "Report Title")
|
||||
("Extra notes" #f "Extra Notes")
|
||||
;; income-gst-statement.scm
|
||||
("default format" #f "Default Format")
|
||||
("Report format" #f "Report Format")
|
||||
|
Loading…
Reference in New Issue
Block a user