diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/book.module | 2 | ||||
-rw-r--r-- | modules/book/book.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/book.module b/modules/book.module index 6c48aaf80..7ec687751 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 6c48aaf80..7ec687751 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.') ); |