Fixed shipping tax naming.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 12 May 2010 10:50:13 +0000 (10:50 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 12 May 2010 10:50:13 +0000 (10:50 +0000)
taxes/tax_groups.php

index be6834826fb4ac384790bca52af2552592be8935..4d096b9f53ef1f4ec887c134c3b676f483b10f69 100644 (file)
@@ -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();