@@ -2143,7 +2143,7 @@ function comment_unpublish_by_keyword_action_form($context) {
$form['keywords']=array(
'#title'=>t('Keywords'),
'#type'=>'textarea',
'#description'=>t('The comment 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 comment 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."'),
@@ -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."'),