=== modified file 'modules/workflow/workflow.module'
--- modules/workflow/workflow.module	2009-01-13 13:27:08 +0000
+++ modules/workflow/workflow.module	2009-02-06 09:23:02 +0000
@@ -642,7 +642,7 @@
     '#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_history']) ? $context['workflow_history'] : t('Action set %title to %state.'),
+    '#default_value' => isset($context['workflow_comment']) ? $context['workflow_comment'] : t('Action set %title to %state.'),
   );
   return $form;
 }

