? easier_admin_categories_202093.patch
Index: userpoints.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/userpoints/userpoints.module,v
retrieving revision 1.44.2.14.2.32
diff -u -p -r1.44.2.14.2.32 userpoints.module
--- userpoints.module	7 Dec 2007 15:06:34 -0000	1.44.2.14.2.32
+++ userpoints.module	18 Dec 2007 19:25:28 -0000
@@ -370,7 +370,7 @@ function userpoints_admin_settings() {
       '#options' =>  userpoints_get_categories(),
       '#description' => t('By default all points are assigned to this category. 
                            You can modify what categories are available by modifying
-                           the Userpoints taxonomy'),
+                           the <a href="!url">Userpoints taxonomy</a>', array('!url' => url('admin/content/taxonomy/'. variable_get(USERPOINTS_CATEGORY_DEFAULT_VID, '')))),
     );
   }
 
