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/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 1e73c1958..a50976287 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -3066,7 +3066,7 @@ function node_unpublish_by_keyword_action_form($context) { $form['keywords'] = array( '#title' => t('Keywords'), '#type' => 'textarea', - '#description' => t('The post will be unpublished if it contains any of the character sequences above. Use a comma-separated list of character sequences. Example: funny, bungee jumping, "Company, Inc." . Character sequences are case-sensitive.'), + '#description' => t('The post will be unpublished if it contains any of the phrases above. Use a case-sensitive, comma-separated list of phrases. Example: funny, bungee jumping, "Company, Inc."'), '#default_value' => isset($context['keywords']) ? drupal_implode_tags($context['keywords']) : '', ); return $form; -- cgit v1.2.3