From 893942bb4f0ab6261ea5ea39a5331ab021b392d4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 17 Sep 2008 20:37:32 +0000 Subject: #108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together. --- modules/path/path.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path/path.module') diff --git a/modules/path/path.module b/modules/path/path.module index 91abb44d2..f4cb039c2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -204,8 +204,8 @@ function path_form_alter(&$form, $form_state, $form_id) { */ function path_perm() { return array( - 'create url aliases' => t('Manage URL aliases on content.'), 'administer url aliases' => t('Manage URL aliases across the entire website.'), + 'create url aliases' => t('Manage URL aliases on content.'), ); } -- cgit v1.2.3