Skip to content

Commit

Permalink
I18N: Change TaxTable to "Tax Table" for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen authored and jralls committed Mar 3, 2023
1 parent 81db38f commit bdb12fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libgnucash/app-utils/business-prefs.scm
Expand Up @@ -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))

Expand Down

0 comments on commit bdb12fd

Please sign in to comment.