From 839c00c355085bb24b1347e753f320e4910c55d6 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 12 May 2010 10:50:13 +0000 Subject: [PATCH 1/1] Fixed shipping tax naming. --- taxes/tax_groups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taxes/tax_groups.php b/taxes/tax_groups.php index be683482..4d096b9f 100644 --- a/taxes/tax_groups.php +++ b/taxes/tax_groups.php @@ -148,7 +148,7 @@ $result = get_all_tax_groups(check_value('show_inactive')); start_form(); start_table($table_style); -$th = array(_("Description"), _("Tax Shipping"), "", ""); +$th = array(_("Description"), _("Shipping Tax"), "", ""); inactive_control_column($th); table_header($th); @@ -206,7 +206,7 @@ if ($selected_id != -1) hidden('selected_id', $selected_id); } text_row_ex(_("Description:"), 'name', 40); -yesno_list_row(_("Tax Shipping:"), 'tax_shipping', null, "", "", true); +yesno_list_row(_("Tax applied to Shipping:"), 'tax_shipping', null, "", "", true); end_table(); -- 2.30.2