diff --git fullcalendar_colors/fullcalendar_colors.module fullcalendar_colors/fullcalendar_colors.module
index c068f6e..0d12c54 100644
--- fullcalendar_colors/fullcalendar_colors.module
+++ fullcalendar_colors/fullcalendar_colors.module
@@ -20,7 +20,7 @@
   );
 
   $items['admin/config/calendar/fullcalendar/colors/node'] = array(
-    'title' => t('Node Type'),
+    'title' => 'Node Type',
     'file' => 'fullcalendar_colors.admin.inc',
     'file path' => $path,
     'page callback' => 'drupal_get_form',
@@ -32,7 +32,7 @@
 
   if (module_exists('taxonomy')) {
     $items['admin/config/calendar/fullcalendar/colors/taxonomy'] = array(
-      'title' => t('Taxonomy'),
+      'title' => 'Taxonomy',
       'file' => 'fullcalendar_colors.admin.inc',
       'file path' => $path,
       'page callback' => 'drupal_get_form',
@@ -44,7 +44,7 @@
   }
 
   $items['admin/config/calendar/fullcalendar/colors/user'] = array(
-    'title' => t('User Role'),
+    'title' => 'User Role',
     'file' => 'fullcalendar_colors.admin.inc',
     'file path' => $path,
     'page callback' => 'drupal_get_form',
@@ -56,7 +56,7 @@
 
   if (module_exists('og')) {
     $items['admin/config/calendar/fullcalendar/colors/og'] = array(
-      'title' => t('Organic Groups'),
+      'title' => 'Organic Groups',
       'file' => 'fullcalendar_colors.admin.inc',
       'file path' => $path,
       'page callback' => 'drupal_get_form',
diff --git fullcalendar_colors/includes/fullcalendar_colors.inc fullcalendar_colors/includes/fullcalendar_colors.inc
index 2df147f..169ef3c 100644
--- fullcalendar_colors/includes/fullcalendar_colors.inc
+++ fullcalendar_colors/includes/fullcalendar_colors.inc
@@ -1,6 +1,11 @@
 <?php
 
 /**
+ * @file
+ * Collection of fullcalendar_colors hook implementations.
+ */
+
+/**
  * Implements hook_fullcalendar_colors_create_css().
  *
  * Provide colors per node type.
