summaryrefslogtreecommitdiff
path: root/includes
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 /includes
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 'includes')
-rw-r--r--includes/path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/path.inc b/includes/path.inc
index 380ff31f8..df20c0eb1 100644
--- a/includes/path.inc
+++ b/includes/path.inc
@@ -135,7 +135,7 @@ function drupal_get_normal_path($path, $path_language = '') {
/**
* Return a component of the current Drupal path.
*
- * When viewing a page at the path "admin/content/types", for example, arg(0)
+ * When viewing a page at the path "admin/build/types", for example, arg(0)
* would return "admin", arg(1) would return "content", and arg(2) would return
* "types".
*