diff --git a/modules/node/node.pages.inc b/modules/node/node.pages.inc index facc7f6ee50e05fa9bbcc5841b86bd02db43e180..89335be0f5b803e4809ce4449a1c6b7f1835a9d2 100644 --- a/modules/node/node.pages.inc +++ b/modules/node/node.pages.inc @@ -189,7 +189,7 @@ function node_form($form, &$form_state, $node) { '#title' => t('Revision log message'), '#rows' => 4, '#default_value' => !empty($node->log) ? $node->log : '', - '#description' => t('Provide an explanation of the changes you are making. This will help other authors understand your motivations.'), + '#description' => t('Briefly describe the changes you have made.'), ); // Node author information for administrators