summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/user_register_inc.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/user_register_inc.tpl b/templates/user_register_inc.tpl
index 79fe5a9..1e7ab51 100644
--- a/templates/user_register_inc.tpl
+++ b/templates/user_register_inc.tpl
@@ -19,7 +19,8 @@ for (var i = 0; i < checkboxes.length; i++){
{foreach from=$newsletters item='newsletter'}
<input type="checkbox" checked="true" name="subscribe[]" value="{$newsletter.nl_id}"/><strong>{$newsletter.title}</strong><br/>
{/foreach}
- <input type="checkbox" onclick="unsubscribe_all();"/><strong>Unsubscribe All</strong><br/>
{formhelp note="Uncheck the boxes to opt-out of the specified newsletter."}
+ <input type="checkbox" onclick="unsubscribe_all();"/><strong>Unsubscribe All</strong><br/>
+ {formhelp note="Check this box to unsubscribe from all of the above newsletters."}
{/forminput}
</div>