From 1e6c37aeac88919d16e04e6013927569aa73e1e8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 May 2007 12:32:55 +0000 Subject: - Patch #133682 by Gurpartap Singh: dashes -> hyphens --- modules/node/content_types.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 create content 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 create content 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 create content 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 create content page. This name must be unique to this content type.'), ); } else { -- cgit v1.2.3