I18N: Change TaxTable to "Tax Table" for consistency

This commit is contained in:
Frank H. Ellenberger 2021-08-12 20:58:19 +02:00 committed by John Ralls
parent 81db38f473
commit bdb12fd94f

View File

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