summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-12 19:06:33 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-12 19:06:33 +0000
commitc856eac1357f131309ad4563958a8a8d048a5baf (patch)
tree3093da4faeabc9373ca3b91a50c28aeb9e5c91c4 /modules/comment
parent2eeb8862a1538dfcfcf86ebab77fa3f752fd4189 (diff)
downloadbrdo-c856eac1357f131309ad4563958a8a8d048a5baf.tar.gz
brdo-c856eac1357f131309ad4563958a8a8d048a5baf.tar.bz2
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 987da8f14..8fd0e1ab4 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -761,8 +761,8 @@ function comment_save($edit) {
}
}
else {
- watchdog('content', 'Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => $edit['subject']), WATCHDOG_WARNING);
- drupal_set_message(t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => $edit['subject'])), 'error');
+ watchdog('content', 'Comment: unauthorized comment submitted or comment submitted to a closed post %subject.', array('%subject' => $edit['subject']), WATCHDOG_WARNING);
+ drupal_set_message(t('Comment: unauthorized comment submitted or comment submitted to a closed post %subject.', array('%subject' => $edit['subject'])), 'error');
return FALSE;
}
}