// explain how access is granted (code from node_access())
$t = 't';
- if (user_access('administer_nodes')) {
+ if (user_access('administer nodes')) {
$output .= t('This user has the %administer_nodes permission and thus full access to all nodes.', array('%administer_nodes' => $t('administer nodes')));