diff options
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index cd9cf3cab..76c52c656 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -63,7 +63,7 @@ function system_main_admin_page($arg = NULL) { /** * Provide a single block from the administration menu as a page. * This function is often a destination for these blocks. - * For example, 'admin/content/types' needs to have a destination to be valid + * For example, 'admin/build/types' needs to have a destination to be valid * in the Drupal menu system, but too much information there might be * hidden, so we supply the contents of the block. * |