diff options
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index cb9db61c3..7cb22aa79 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -518,7 +518,7 @@ function taxonomy_form_alter(&$form, $form_state, $form_id) { $help = $vocabulary->help; } else { - $help = t('A comma-separated list of terms describing this content. Example: funny, bungee 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, |