summaryrefslogtreecommitdiff
path: root/modules/comment/comment.pages.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-06-24 17:01:33 +0000
committerDries Buytaert <dries@buytaert.net>2008-06-24 17:01:33 +0000
commit81c71bc89142f93addc32c0e8d7f8b906d94d4b4 (patch)
treee6d418f196d4554211992a62f89cf0f5e59db624 /modules/comment/comment.pages.inc
parent21da8b32dc1db9400fb82e2fd5a5beae96df7b45 (diff)
downloadbrdo-81c71bc89142f93addc32c0e8d7f8b906d94d4b4.tar.gz
brdo-81c71bc89142f93addc32c0e8d7f8b906d94d4b4.tar.bz2
- Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching.
Diffstat (limited to 'modules/comment/comment.pages.inc')
-rw-r--r--modules/comment/comment.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.pages.inc b/modules/comment/comment.pages.inc
index 8e4944402..789ffde7f 100644
--- a/modules/comment/comment.pages.inc
+++ b/modules/comment/comment.pages.inc
@@ -56,7 +56,7 @@ function comment_reply($node, $pid = NULL) {
if (user_access('access comments')) {
// The user is previewing a comment prior to submitting it.
- if ($op == t('Preview comment')) {
+ if ($op == t('Preview')) {
if (user_access('post comments')) {
$output .= comment_form_box(array('pid' => $pid, 'nid' => $node->nid), NULL);
}