mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18n - Uppercase option name to align with other option names
This commit is contained in:
parent
67a18df6a6
commit
ad8b602fe2
@ -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 \
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user