diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-02-09 07:16:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-02-09 07:16:47 +0000 |
commit | 6b706b50b3d5ee52f72ec2ad82b4e0b793179499 (patch) | |
tree | 7071f0578a624290982d6f7e692c55133ddb37ef /modules | |
parent | ef6823d418a15ad399cd0c7df9f8e5f85fa04085 (diff) | |
download | brdo-6b706b50b3d5ee52f72ec2ad82b4e0b793179499.tar.gz brdo-6b706b50b3d5ee52f72ec2ad82b4e0b793179499.tar.bz2 |
- Patch #48564 by JonBob: grammar fix.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node.module | 2 | ||||
-rw-r--r-- | modules/node/node.module | 2 |
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')) { |