diff --git a/take_control.module b/take_control.module
old mode 100644
new mode 100755
index bba7ca1..0f88f8d
--- a/take_control.module
+++ b/take_control.module
@@ -10,6 +10,13 @@
 /**
  * Implementation of hook_perm().
  */
-function take_control_perm() {
-  return array('administer take control', 'access take control');
+function take_control_permission() {
+  return array(
+    'administer take control' => array(
+      'title' => t('Administer Take Copntrol module '),
+    ),
+    'access take control' => array(
+      'title' => t('Access Take Control'),
+    ),
+  );
 }
