summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-31 19:01:03 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-31 19:01:03 +0000
commitd4228535043619ada5192001acde645238660b37 (patch)
tree1c4b55878b06e58bd88239e1ceaa598c429beb63 /modules/help
parent9f44fd1b86fdcc412a0ce7b2d3d2048e8564a979 (diff)
downloadbrdo-d4228535043619ada5192001acde645238660b37.tar.gz
brdo-d4228535043619ada5192001acde645238660b37.tar.bz2
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help/help.api.php b/modules/help/help.api.php
index a8d5997b6..17962a63a 100644
--- a/modules/help/help.api.php
+++ b/modules/help/help.api.php
@@ -46,7 +46,7 @@
* $output .= 'A role defines a group of users that have certain
* privileges as defined in %permission.';
* $output = t($output, array('%permission' => l(t('user permissions'),
- * 'admin/user/permission')));
+ * 'admin/settings/permission')));
*
* For a detailed usage example, see page_example.module.
*/