Skip to content
Snippets Groups Projects
Commit 4488b248 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.

parent a7325fae
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -164,9 +164,9 @@ function node_form(&$form_state, $node) {
);
$form['revision_information']['log'] = array(
'#type' => 'textarea',
'#title' => t('Log message'),
'#title' => t('Revision log message'),
'#rows' => 2,
'#description' => t('An explanation of the additions or updates being made to help other authors understand your motivations.'),
'#description' => t('Provide an explanation of the changes you are making. This will help other authors understand your motivations.'),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment