Mercurial > defr > drupal > noderef_view
diff noderef_view.module @ 9:b942365b70eb
Change the Action label to be more descriptive and simplify the warning.
The code also pass the node title through theme('placeholder') to both ensure
that it's safe for display /and/ pretty print it, by default by wrapping it in
an <em />
author | Franck Deroche <franck@defr.org> |
---|---|
date | Tue, 27 Jan 2009 12:28:41 +0100 |
parents | e3f85c9247b7 |
children | e7a597640419 |
line wrap: on
line diff
--- a/noderef_view.module Tue Jan 27 11:55:21 2009 +0100 +++ b/noderef_view.module Tue Jan 27 12:28:41 2009 +0100 @@ -23,7 +23,7 @@ function noderef_view_action_info() { return array( 'noderef_view_select' => array( - 'description' => t('Select for later use'), + 'description' => t('Add selected values to field'), 'type' => 'node', 'configurable' => FALSE, 'hooks' => array(