--- uc_product_triggers.module
+++ (clipboard)
@@ -22,7 +22,7 @@
   );
 
   $triggers['uc_product_triggers_cart_remove_item'] = array(
-    '#title' => t('Product node is removed to cart'),
+    '#title' => t('Product node is removed from cart'),
     '#category' => t('Cart'),
     '#arguments' => array(
       'order' => array(
@@ -33,7 +33,7 @@
   );
 
   $triggers['uc_product_triggers_submit_order'] = array(
-    '#title' => t('Product node is in a submitted order'),
+    '#title' => t('Product node is in an order being submitted'),
     '#category' => t('Order'),
     '#arguments' => array(
       'order' => array(
