diff options
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index b98f9e5f2..36301594d 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -172,7 +172,7 @@ function comment_field_extra_fields() { 'description' => t('Author textfield'), 'weight' => -2, ), - 'title' => array( + 'subject' => array( 'label' => t('Subject'), 'description' => t('Subject textfield'), 'weight' => -1, |