diff --git a/workbench.module b/workbench.module
index a50518b..b4b6731 100644
--- a/workbench.module
+++ b/workbench.module
@@ -15,7 +15,7 @@ function workbench_menu() {
     'title' => 'Workbench',
     'description' => 'Workbench',
     'page callback' => 'system_admin_menu_block_page',
-    'access arguments' => array('access workbench'),
+    'access arguments' => array('administer workbench'),
     'position' => 'right',
     'file' => 'system.admin.inc',
     'file path' => drupal_get_path('module', 'system'),
