=== modified file 'uc_taxes/uc_taxes.admin.inc'
--- uc_taxes/uc_taxes.admin.inc	2009-02-26 15:34:00 +0000
+++ uc_taxes/uc_taxes.admin.inc	2009-03-07 18:35:13 +0000
@@ -88,8 +88,8 @@
   );
 
   $options = array(
-    '0' => t('Apply tax to any product regardless of its shipability.'),
-    1 => t('Apply tax to shippable products only.'),
+    '0' => t('Apply tax to shippable products only.'),
+    1 => t('Apply tax to any product regardless of its shipability.'),
   );
 
   $form['shippable'] = array(
@@ -241,4 +241,3 @@
 
   $form_state['redirect'] = 'admin/store/settings/taxes';
 }
-

