--- page.module	2005-11-28 13:08:57.000000000 +0530
+++ page.module.new	2005-11-28 13:11:24.000000000 +0530
@@ -101,8 +101,9 @@
   $form['log'] = array(
     '#type' => 'fieldset', '#title' => t('Log message'), '#collapsible' => TRUE, '#collapsed' => TRUE
   );
-  $form['log']['message'] = array(
-    '#type' => 'textarea', '#default_value' => $node->log,
+  $form['log']['log'] = array(
+    '#type' => 'textarea', 
+    '#default_value' => $node->log,
     '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.')
   );
 
