diff --git a/userpoints.module b/userpoints.module
index 0f51b96..08ffa0b 100644
--- a/userpoints.module
+++ b/userpoints.module
@@ -304,7 +304,7 @@
         'file' => 'userpoints.admin.inc',
         'type' => MENU_LOCAL_TASK,
     );
-    $items['user/%user/points/%userpoints_transaction/decline'] = array(
+    $items[$local_task_prefix . '/%userpoints_transaction/decline'] = array(
         'title' => 'Decline',
         'title arguments' => userpoints_translation(),
         'page callback' => 'drupal_get_form',