--- page.module.original	2005-11-27 17:35:38.000000000 +0530
+++ page.module	2005-11-27 17:36:06.000000000 +0530
@@ -101,7 +101,7 @@
   $form['log'] = array(
     '#type' => 'fieldset', '#title' => t('Log message'), '#collapsible' => TRUE, '#collapsed' => TRUE
   );
-  $form['log']['message'] = array(
+  $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.')
   );
