Index: includes/uc_payflowpro_recurring.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uc_payflowpro/includes/uc_payflowpro_recurring.inc,v
retrieving revision 1.2.2.14
diff -u -p -r1.2.2.14 uc_payflowpro_recurring.inc
--- includes/uc_payflowpro_recurring.inc	8 Apr 2010 20:46:12 -0000	1.2.2.14
+++ includes/uc_payflowpro_recurring.inc	10 Sep 2010 18:21:33 -0000
@@ -748,7 +748,7 @@ function uc_payflowpro_recurring_product
  */
 function _uc_payflowpro_recurring_required() {
   if( ! variable_get('uc_payflowpro_enable_recurring', 0) ) {
-    trigger_error(t('Warning: You need to enable recurring products in the gateway settings to use this tool.'));
+    trigger_error(t('Warning: You need to enable recurring products in the <a href="@gateway-settings">gateway settings</a> to use this tool.', array('@gateway-settings' => url('admin/store/settings/payment/edit/gateways'))));
   }
 }
 
@@ -1077,4 +1077,4 @@ function _uc_payflowpro_ec_subscription_
   // Ubercart
 
   return;
-}
\ No newline at end of file
+}
