- Patch #394694 by stompeers: improve node edit conflict message. Result from usability testing.

merge-requests/26/head
Dries Buytaert 2009-03-14 19:28:50 +00:00
parent 193ba01e1f
commit c85fa2b0e1
1 changed files with 1 additions and 1 deletions

View File

@ -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')) {