Rename option name from "Report title" to "Report Title"

This commit is contained in:
Christopher Lam 2021-07-22 23:10:07 +08:00
parent 2606ddf905
commit 251db8c37b
3 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,7 @@
(define displaypage (N_ "Display"))
(define generalpage gnc:pagename-general)
; option names
(define optname-report-title (N_ "Report title"))
(define optname-report-title (N_ "Report Title"))
(define optname-template-file (N_ "Template file"))
(define optname-css-file (N_ "CSS stylesheet file"))
(define optname-heading-font (N_ "Heading font"))

View File

@ -91,7 +91,7 @@
(define optname-border-color-th (N_ "table-header-border-color"))
(define optname-border-color-td (N_ "table-cell-border-color"))
(define optname-extra-css (N_ "Embedded CSS"))
(define optname-report-title (N_ "Report title"))
(define optname-report-title (N_ "Report Title"))
(define optname-template-file (N_ "Template file"))
(define optname-css-file (N_ "CSS stylesheet file"))
(define optname-heading-font (N_ "Heading font"))

View File

@ -1834,6 +1834,8 @@ the option '~a'."))
("Individual Taxes" #f "Use Detailed Tax Summary")
;; receipt.scm, renamed July 2021
("Invoice number" #f "Invoice Number")
;; receipt.scm and taxinvoice.scm, renamed July 2021
("Report title" #f "Report Title")
;; income-gst-statement.scm
("default format" #f "Default Format")
("Report format" #f "Report Format")