diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy.module | 2 | ||||
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
2 files changed, 2 insertions, 2 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, diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 0ee530d6b..7697a775f 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, |