summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-04-06 18:50:12 +0000
committerDries Buytaert <dries@buytaert.net>2008-04-06 18:50:12 +0000
commit1dfd1717c13db5d3ad0e6d64197241d33e6b5fb9 (patch)
treee30fc98efe007aadf4a71d1b3209a241b0dfbaa4 /modules/system/system.admin.inc
parent0a8be2adda8e65665ac3bbbff6d7d02d76685bc6 (diff)
downloadbrdo-1dfd1717c13db5d3ad0e6d64197241d33e6b5fb9.tar.gz
brdo-1dfd1717c13db5d3ad0e6d64197241d33e6b5fb9.tar.bz2
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
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.
*