mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
I18N: Change TaxTable to "Tax Table" for consistency
This commit is contained in:
parent
81db38f473
commit
bdb12fd94f
@ -118,13 +118,13 @@
|
||||
|
||||
(reg-option
|
||||
(gnc:make-taxtable-option
|
||||
gnc:*business-label* (N_ "Default Customer TaxTable")
|
||||
gnc:*business-label* (N_ "Default Customer Tax Table")
|
||||
"e" (N_ "The default tax table to apply to customers.")
|
||||
(lambda () '()) #f))
|
||||
|
||||
(reg-option
|
||||
(gnc:make-taxtable-option
|
||||
gnc:*business-label* (N_ "Default Vendor TaxTable")
|
||||
gnc:*business-label* (N_ "Default Vendor Tax Table")
|
||||
"f" (N_ "The default tax table to apply to vendors.")
|
||||
(lambda () '()) #f))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user