diff --git a/modules/book.module b/modules/book.module index 6c48aaf80e1..7ec687751c0 100644 --- a/modules/book.module +++ b/modules/book.module @@ -249,7 +249,7 @@ function book_form(&$node) { $form = array_merge($form, filter_form($node->format)); $form['log'] = array( - '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 19, + '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 18, '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.') ); diff --git a/modules/book/book.module b/modules/book/book.module index 6c48aaf80e1..7ec687751c0 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -249,7 +249,7 @@ function book_form(&$node) { $form = array_merge($form, filter_form($node->format)); $form['log'] = array( - '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 19, + '#type' => 'textarea', '#title' => t('Log message'), '#default_value' => $node->log, '#rows' => 5, '#weight' => 18, '#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.') );