From 7842c3c14d042bfaa2bf2caf6a8ea8e5ec0583ad Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 6 Feb 2009 16:25:09 +0000 Subject: #333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') 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, -- cgit v1.2.3