Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
4488b248
Commit
4488b248
authored
Jan 22, 2009
by
Dries Buytaert
Browse files
- Patch
#308774
by oadaeh, catch, keith.smith: improved the revision log terminology a bit.
parent
a7325fae
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.pages.inc
View file @
4488b248
...
...
@@ -164,9 +164,9 @@ function node_form(&$form_state, $node) {
);
$form
[
'revision_information'
][
'log'
]
=
array
(
'#type'
=>
'textarea'
,
'#title'
=>
t
(
'
L
og message'
),
'#title'
=>
t
(
'
Revision l
og message'
),
'#rows'
=>
2
,
'#description'
=>
t
(
'
A
n explanation of the
additions or updates being made to
help other authors understand your motivations.'
),
'#description'
=>
t
(
'
Provide a
n explanation of the
changes you are making. This will
help other authors understand your motivations.'
),
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment