- Patch #394694 by stompeers: improve node edit conflict message. Result from usability testing.
parent
193ba01e1f
commit
c85fa2b0e1
|
@ -979,7 +979,7 @@ function node_validate($node, $form = array()) {
|
|||
}
|
||||
|
||||
if (isset($node->nid) && (node_last_changed($node->nid) > $node->changed)) {
|
||||
form_set_error('changed', t('This content has been modified by another user, changes cannot be saved.'));
|
||||
form_set_error('changed', t('The content on this page has either been modified by another user, or you have already submitted modifications using this form. As a result, your changes cannot be saved.'));
|
||||
}
|
||||
|
||||
if (user_access('administer nodes')) {
|
||||
|
|
Loading…
Reference in New Issue