--- a/subscriptions.module	2007-02-13 01:39:35.793142803 -0500
+++ b/subscriptions.module	2007-02-13 02:01:06.489552761 -0500
@@ -54,12 +54,14 @@ function subscriptions_help($section) {
  * Implementation of hook_perm().
  */
 function subscriptions_perm() {
-  return array('subscribe to content',
-               'subscribe to taxonomy terms', 
-               'subscribe to content types', 
-               'subscribe to blogs',
-               'admin users subscriptions'
-              );
+  return array(
+    'subscribe to content',
+    'subscribe to taxonomy',
+    'subscribe to types',
+    'subscribe to blogs',
+    'maintain subscriptions',
+    'admin users subscriptions',
+  );
 }
 /**
  * Implementation of hook_user().
