summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-05-26 21:34:12 +0000
committerDries Buytaert <dries@buytaert.net>2006-05-26 21:34:12 +0000
commit9b8733bca632bfbb36bfdead4004ab714da384d8 (patch)
tree61de88c3850cc859b201105f019fa36f5327bbf3 /modules/taxonomy.module
parent7828a1455ea3fb33f67a1470065e9fca2af2f097 (diff)
downloadbrdo-9b8733bca632bfbb36bfdead4004ab714da384d8.tar.gz
brdo-9b8733bca632bfbb36bfdead4004ab714da384d8.tar.bz2
- Patch #65324 by greggles: bungie -> bungee
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 0ee530d6b..7697a775f 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -639,7 +639,7 @@ function taxonomy_form_alter($form_id, &$form) {
$help = $vocabulary->help;
}
else {
- $help = t('A comma-separated list of terms describing this content. Example: funny, bungie jumping, "Company, Inc.".');
+ $help = t('A comma-separated list of terms describing this content. Example: funny, bungee jumping, "Company, Inc.".');
}
$form['taxonomy']['tags'][$vocabulary->vid] = array('#type' => 'textfield',
'#title' => $vocabulary->name,