diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 0ee530d6b631e63a79569d0cb30f919719c3142d..7697a775f9bc1e7588c5010a3354f028b5eccd2d 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, diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 0ee530d6b631e63a79569d0cb30f919719c3142d..7697a775f9bc1e7588c5010a3354f028b5eccd2d 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/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,