diff --git a/hidden_comment.module b/hidden_comment.module
index 8a3892c..d837480 100644
--- a/hidden_comment.module
+++ b/hidden_comment.module
@@ -55,7 +55,7 @@ function hidden_comment_menu() {
     'title' => 'Hide comment',
     'page callback' => 'drupal_get_form',
     'page arguments' => array('hidden_comment_settings_form'),
-    'access arguments' => array('Administer site configuration'),
+    'access arguments' => array('administer site configuration'),
     'file' => 'hidden_comment.pages.inc',
   );
   $items['comment/hide'] = array(
