diff --git a/modules/book.module b/modules/book.module index 6c48aaf80e11de1814eb910a6f86e0f340a65e71..7ec687751c03f1086092ee497b0bf2f098fcd54d 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 6c48aaf80e11de1814eb910a6f86e0f340a65e71..7ec687751c03f1086092ee497b0bf2f098fcd54d 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.') );