--- user2userpoints/user2userpoints.module	2011-02-25 03:08:13.000000000 +0100
+++ user2userpoints/user2userpoints.module	2011-03-23 18:55:27.000000000 +0100
@@ -208,7 +208,8 @@ function user2userpoints_giveform_submit
   $params = array(
     'uid'    => $to->uid,
     'points' => $points,
-    'operation'  => 'From: '. $user->name,
+    'operation'  => 'receive',
+    'description'  => 'From: '. $user->name,
     'tid'    => $tid,
     'entity_type' => 'user',
     'entity_id' => $user->uid,
@@ -218,7 +219,8 @@ function user2userpoints_giveform_submit
   $params = array(
     'uid'    => $user->uid,
     'points' => -$points,
-    'operation'  => 'To: '. $to->name,
+    'operation'  => 'give',
+    'description'  => 'To: '. $to->name,
     'tid'    => $tid,
     'entity_type' => 'user',
     'entity_id' => $to->uid,
