From 40271ec2ee27f162ed8c1076a932f000f5451ba8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 16 Jun 2009 08:41:35 +0000 Subject: - Patch #481214 by pp: hidden taxonomy variables in the message action. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 7c0461a20..a4867a996 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2300,7 +2300,7 @@ function system_message_action_form($context) { '#default_value' => isset($context['message']) ? $context['message'] : '', '#required' => TRUE, '#rows' => '8', - '#description' => t('The message to be displayed to the current user. You may include the following variables: %site_name, %username, %node_url, %node_type, %title, %teaser, %body. Not all variables will be available in all contexts.'), + '#description' => t('The message to be displayed to the current user. You may include the following variables: %site_name, %username, %node_url, %node_type, %title, %teaser, %body, %term_name, %term_description, %term_id, %vocabulary_name, %vocabulary_description, %vocabulary_id. Not all variables will be available in all contexts.'), ); return $form; } -- cgit v1.2.3