summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-05-07 12:32:55 +0000
committerDries Buytaert <dries@buytaert.net>2007-05-07 12:32:55 +0000
commit1e6c37aeac88919d16e04e6013927569aa73e1e8 (patch)
treedc3153f304dd06c5fd6a530e71cbb3204b1b278e
parent68a7999c06952b7c9bc6a78c100e8157adda82a5 (diff)
downloadbrdo-1e6c37aeac88919d16e04e6013927569aa73e1e8.tar.gz
brdo-1e6c37aeac88919d16e04e6013927569aa73e1e8.tar.bz2
- Patch #133682 by Gurpartap Singh: dashes -> hyphens
-rw-r--r--modules/node/content_types.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc
index ff19c9c70..18fb2115f 100644
--- a/modules/node/content_types.inc
+++ b/modules/node/content_types.inc
@@ -84,7 +84,7 @@ function node_type_form($type = NULL) {
'#default_value' => $type->type,
'#maxlength' => 32,
'#required' => TRUE,
- '#description' => t('The machine-readable name of this content type. This text will be used for constructing the URL of the <em>create content</em> page for this content type. This name may consist of only of lowercase letters, numbers, and underscores. Dashes are not allowed. Underscores will be converted into dashes when constructing the URL of the <em>create content</em> page. This name must be unique to this content type.'),
+ '#description' => t('The machine-readable name of this content type. This text will be used for constructing the URL of the <em>create content</em> page for this content type. This name may consist of only of lowercase letters, numbers, and underscores. Hyphens are not allowed. Underscores will be converted into hyphens when constructing the URL of the <em>create content</em> page. This name must be unique to this content type.'),
);
}
else {