Rename option name from "Extra notes" to "Extra Notes"

This commit is contained in:
Christopher Lam 2021-07-23 06:10:48 +08:00
parent 251db8c37b
commit f1e35daab3
3 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -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")