? 273784_commentmail_subject_has_htmlentities.patch ? 317001_t_in_define.patch ? 317001_t_in_define_1.patch Index: commentmail.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/commentmail/commentmail.module,v retrieving revision 1.15 diff -u -p -r1.15 commentmail.module --- commentmail.module 22 Jun 2008 15:56:23 -0000 1.15 +++ commentmail.module 24 Oct 2008 07:17:17 -0000 @@ -6,7 +6,7 @@ * - integrate with token module */ -define('COMMENTMAIL_DEFAULT_APPROVE', t("An unapproved comment has been posted on @site for the post '@node'. You need to publish this comment before it will appear on your site. +define('COMMENTMAIL_DEFAULT_APPROVE', "An unapproved comment has been posted on @site for the post '@node'. You need to publish this comment before it will appear on your site. approve/edit/delete/ban: @quick_approve @@ -19,9 +19,9 @@ Comment: approve/edit/delete/ban: @quick_approve -Comment administration: @admin_url")); +Comment administration: @admin_url"); -define('COMMENTMAIL_DEFAULT_NOTIFY', t("A new comment has been posted on @site for the post '@node'. +define('COMMENTMAIL_DEFAULT_NOTIFY', "A new comment has been posted on @site for the post '@node'. THIS COMMENT DOES NOT REQUIRE APPROVAL @@ -34,7 +34,7 @@ Comment: edit/delete/ban: @quick_approve -Comment administration: @admin_url")); +Comment administration: @admin_url"); /**