summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/node.module2
-rw-r--r--modules/node/node.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/node.module b/modules/node.module
index 8c979f1e0..6cf44a50b 100644
--- a/modules/node.module
+++ b/modules/node.module
@@ -1544,7 +1544,7 @@ function node_validate($node) {
}
if (isset($node->nid) && (node_last_changed($node->nid) > $node->changed)) {
- form_set_error('changed', t('This content has been modified by another user, unable to save changes.'));
+ form_set_error('changed', t('This content has been modified by another user; changes cannot be saved.'));
}
if (user_access('administer nodes')) {
diff --git a/modules/node/node.module b/modules/node/node.module
index 8c979f1e0..6cf44a50b 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1544,7 +1544,7 @@ function node_validate($node) {
}
if (isset($node->nid) && (node_last_changed($node->nid) > $node->changed)) {
- form_set_error('changed', t('This content has been modified by another user, unable to save changes.'));
+ form_set_error('changed', t('This content has been modified by another user; changes cannot be saved.'));
}
if (user_access('administer nodes')) {