diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-16 08:41:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-16 08:41:35 +0000 |
commit | 40271ec2ee27f162ed8c1076a932f000f5451ba8 (patch) | |
tree | 3dbb2edecbd4cccf6afbd178dc47379100826f5a /modules/system/system.module | |
parent | d472f98e9e3479d0aedcb6df296b1b8403c5670f (diff) | |
download | brdo-40271ec2ee27f162ed8c1076a932f000f5451ba8.tar.gz brdo-40271ec2ee27f162ed8c1076a932f000f5451ba8.tar.bz2 |
- Patch #481214 by pp: hidden taxonomy variables in the message action.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |