--- workflow.actions.inc 2010-09-15 10:46:25.152314200 -0700 +++ workflow.actions.inc 2010-09-02 13:51:44.000000000 -0700 @@ -145,7 +145,7 @@ function workflow_select_given_state_act '#type' => 'textfield', '#title' => t('Message'), '#description' => t('This message will be written into the workflow history log when the action runs. You may include the following variables: %state, %title'), - '#default_value' => isset($context['workflow_comment']) ? $context['workflow_comment'] : t('Action set %title to %state.'), + '#default_value' => isset($context['workflow_history']) ? $context['workflow_history'] : t('Action set %title to %state.'), ); return $form; }