Index: userpoints_ubercart/uc_userpoints_payment.module
===================================================================
--- userpoints_ubercart/uc_userpoints_payment.module	(revision 37)
+++ userpoints_ubercart/uc_userpoints_payment.module	(working copy)
@@ -11,10 +11,8 @@ define('USERPOINTS_PAY_CATEGORY', 'userp
 function uc_userpoints_payment_help($path, $arg) {
   switch ($path) {
     case 'admin/modules#description':
-      $output = t('<strong>Userpoints Payment:</strong> Interfaces userpoints with Ubercart so users can make purchases with points.');
-      break;
+      return t('<strong>Userpoints Payment:</strong> Interfaces userpoints with Ubercart so users can make purchases with points.');
   }
-  return $output;
 }
 
 /**
Index: userpoints_ubercart/uc_userpoints_product.module
===================================================================
--- userpoints_ubercart/uc_userpoints_product.module	(revision 37)
+++ userpoints_ubercart/uc_userpoints_product.module	(working copy)
@@ -11,9 +11,7 @@ function uc_userpoints_product_help($pat
     switch ($path) {
       case 'admin/modules#description':
         $output = t('<strong>Ubercart Userpoints Product:</strong> Interfaces userpoints with Ubercart, so users can purchase points with products.');
-      break;
     }
-    return $output;
 }
 
 
Index: userpoints_ubercart/uc_userpoints_discount.module
===================================================================
--- userpoints_ubercart/uc_userpoints_discount.module	(revision 37)
+++ userpoints_ubercart/uc_userpoints_discount.module	(working copy)
@@ -17,10 +17,8 @@ define('UC_USERPOINTS_DISCOUNT_CLASSES',
 function uc_userpoints_discount_help($path, $arg) {
   switch ($path) {
     case 'admin/modules#description':
-      $output = t('<strong>Userpoints Discounts:</strong> Interfaces userpoints with Ubercart, so users can use points as a discount.');
-      break;
+      return t('<strong>Userpoints Discounts:</strong> Interfaces userpoints with Ubercart, so users can use points as a discount.');
   }
-  return $output;
 }
 
 
Index: userpoints_ubercart/uc_userpoints_award.module
===================================================================
--- userpoints_ubercart/uc_userpoints_award.module	(revision 37)
+++ userpoints_ubercart/uc_userpoints_award.module	(working copy)
@@ -11,10 +11,8 @@ define('USERPOINTS_REF_MODERATE',     'u
 function uc_userpoints_award_help($path, $arg) {
   switch ($path) {
     case 'admin/modules#description':
-      $output = t('<strong>Userpoints Award:</strong> Interfaces userpoints with Ubercart so users can get points for purchases.');
-      break;
+      return t('<strong>Userpoints Award:</strong> Interfaces userpoints with Ubercart so users can get points for purchases.');
   }
-  return $output;
 }
 
 function uc_userpoints_award_userpoints($op, $points = 0, $uid = 0, $event = '') {
