summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 14:43:59 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 14:43:59 +0000
commitc3c0e73c05dfce0d7d36daffe20c38bb8190f6ef (patch)
treed46cf03868364df7ce08427bac86d95ea1cd869e /modules
parent4c6f9664b86e55ff483a4013078a9d445ed2ede1 (diff)
downloadbrdo-c3c0e73c05dfce0d7d36daffe20c38bb8190f6ef.tar.gz
brdo-c3c0e73c05dfce0d7d36daffe20c38bb8190f6ef.tar.bz2
#201344 by catch: fix a spelling error in taxonomy module
Diffstat (limited to 'modules')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 77de829c4..4a4b9a69b 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1238,7 +1238,7 @@ function taxonomy_help($path, $arg) {
$output .= '<p>'. t('For more information, see the online handbook entry for <a href="@taxonomy">Taxonomy module</a>.', array('@taxonomy' => 'http://drupal.org/handbook/modules/taxonomy/')) .'</p>';
return $output;
case 'admin/content/taxonomy':
- return '<p>'. t("The taxonomy module allows you to categorize your content using both tags and administrator defined terms. It is a flexible tool for classifying content with many advanced features. To begin, create a 'Vocabulary' to hold one set of terms or tags. You can create one free-tagging vocabulary for everything, or seperate controlled vocabularies to define the various properties of your content, for example 'Countries' or 'Colours'.") .'</p>';
+ return '<p>'. t("The taxonomy module allows you to categorize your content using both tags and administrator defined terms. It is a flexible tool for classifying content with many advanced features. To begin, create a 'Vocabulary' to hold one set of terms or tags. You can create one free-tagging vocabulary for everything, or separate controlled vocabularies to define the various properties of your content, for example 'Countries' or 'Colors'.") .'</p>';
case 'admin/content/taxonomy/%':
$vocabulary = taxonomy_vocabulary_load($arg[3]);
if ($vocabulary->tags) {