summaryrefslogtreecommitdiff
path: root/modules/path/path.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path/path.module')
-rw-r--r--modules/path/path.module2
1 files changed, 1 insertions, 1 deletions
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.'),
);
}