--- abuse.module	2009-03-05 03:03:58.000000000 +0300
+++ abuse.module.New	2009-03-05 03:04:16.000000000 +0300
@@ -605,7 +605,7 @@ function abuse_report_form($form_state, 
   $reason_objects = _abuse_reasons();
   $reasons = array(0 => '');
   foreach ($reason_objects as $reason) {
-    $reasons[$reason->arid] = t($reason->reason);
+    $reasons[$reason->arid] = t('%reason', array('%reason' => $reason->reason));
   }
   $form['reason'] = array(
     '#type' => 'select',
