I18n - Uppercase option name to align with other option names

This commit is contained in:
Geert Janssens 2020-08-27 21:08:45 +02:00
parent 67a18df6a6
commit ad8b602fe2
2 changed files with 4 additions and 2 deletions

View File

@ -161,8 +161,8 @@ for taxes paid on expenses, and type LIABILITY for taxes collected on sales.")
pagename-format (N_ "Report format")
"a" (G_ "Report Format") 'default
(list (vector 'default
(G_ "default format")
(G_ "default format"))
(G_ "Default Format")
(G_ "Default Format"))
(vector 'au-bas
(G_ "Australia BAS")
(G_ "Australia BAS. Specify sales, purchase and tax \

View File

@ -1683,6 +1683,8 @@ the option '~a'."))
("Enable links" #f "Enable Links")
;; invoice.scm, renamed November 2018
("Individual Taxes" #f "Use Detailed Tax Summary")
;; income-gst-statement.scm
("default format" #f "Default Format")
))
(define (lookup-option section name)