summaryrefslogtreecommitdiff
path: root/modules/node/node.pages.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-22 12:04:27 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-22 12:04:27 +0000
commit4488b2481e327cbcbbbb9dfc439e8557a8942f8c (patch)
treec2c605cdc42f517f6a2373925127964e2eed5535 /modules/node/node.pages.inc
parenta7325fae5a3251a197c34bd2a03d02ac08c50dcd (diff)
downloadbrdo-4488b2481e327cbcbbbb9dfc439e8557a8942f8c.tar.gz
brdo-4488b2481e327cbcbbbb9dfc439e8557a8942f8c.tar.bz2
- Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.
Diffstat (limited to 'modules/node/node.pages.inc')
-rw-r--r--modules/node/node.pages.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.pages.inc b/modules/node/node.pages.inc
index 194b38551..28aff234a 100644
--- a/modules/node/node.pages.inc
+++ b/modules/node/node.pages.inc
@@ -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.'),
);
}