How would you change the text displayed on user/%1/edit form?
Currently it states this:
Check this box to receive an e-mail notification for follow-ups on your nodes (pages, forum topics, etc). You can not disable notifications for individual threads.
Problem is, nobody knows what a NODE is. I'm sure I'll find this somewhere in the core mudule files but I would like to know how to change the wording above without hacking the module.
Better but way to long:
Check this box to receive e-mail notification for follow-up comments to comments you posted. You can later disable this on a post-by-post basis... so if you leave this to YES, you can still disable follow-up notifications for comments you don't want follow-up mails anymore - i.e. for very popular posts.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | comment_notify_description_text_09212010.patch | 1011 bytes | truyenle |
Comments
Comment #1
Drupal9.9 commentedI found the text to be changed near line 295 of the file comment_notify.module if anyone else would like to change this without installing yet another module (string overrides). enjoy
Comment #2
gregglesI'm open to suggestions for better universal text.
Comment #3
truyenle commentedFor "Check this box to receive e-mail notification for follow-up comments to comments you posted. You can later disable this on a post-by-post basis... so if you leave this to YES, you can still disable follow-up notifications for comments you don't want follow-up mails anymore - i.e. for very popular posts."
There is no box to check and the wording if you leave this to YES => How can?
So I suggest to change this to
"Select the option to receive e-mail notification appropriately or not at all."
Here is the patch for D6.
Truyenle