summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-14 19:28:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-14 19:28:50 +0000
commitc85fa2b0e17d59b826c8ed51cd888fe8adae249a (patch)
treebcf0f41f3f79b4a8428613c91c21ff6d77198cd3 /modules/node
parent193ba01e1fbdc525249f8c7ec0592831e1b7ffe2 (diff)
downloadbrdo-c85fa2b0e17d59b826c8ed51cd888fe8adae249a.tar.gz
brdo-c85fa2b0e17d59b826c8ed51cd888fe8adae249a.tar.bz2
- Patch #394694 by stompeers: improve node edit conflict message. Result from usability testing.
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 8891b21b5..7cdcdea0c 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -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')) {