From bdb12fd94f250da213f4f41a1bfa3458c04bf07f Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Thu, 12 Aug 2021 20:58:19 +0200 Subject: [PATCH] I18N: Change TaxTable to "Tax Table" for consistency --- libgnucash/app-utils/business-prefs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgnucash/app-utils/business-prefs.scm b/libgnucash/app-utils/business-prefs.scm index 9e50ae3c12..1c4db2948c 100644 --- a/libgnucash/app-utils/business-prefs.scm +++ b/libgnucash/app-utils/business-prefs.scm @@ -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))