summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-03 07:01:10 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-03 07:01:10 +0000
commitef3235658a5104520c99ae7d5976137b6641068b (patch)
tree686915389770a060a2caa17daaf2590c51e16c8d /modules/system/system.module
parentb84e6a58019280c321b13d3e6fa22d7567daa18a (diff)
downloadbrdo-ef3235658a5104520c99ae7d5976137b6641068b.tar.gz
brdo-ef3235658a5104520c99ae7d5976137b6641068b.tar.bz2
- Patch #480082 by pp: document all variables.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 5b3ec5cda..2b11c003d 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -2031,7 +2031,7 @@ function system_send_email_action_form($context) {
'#default_value' => $context['message'],
'#cols' => '80',
'#rows' => '20',
- '#description' => t('The message that should be sent. 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 that should be sent. 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;
}