Not a bug Phrase: add_notice_content_wrapper_explain

Alluidh

Well-known member
Hi

This is the phrase
Code:
add_notice_content_wrapper_explain
and this is the content
Code:
Remove the wrapper for complete control of this notice's appearance.

Add or remove, this is the question ;)
 
Independently, this looks incorrect, but this phrase is named based on the context: it's an explanation phrase for the text/option "add notice content wrapper". The template makes it more obvious:

Code:
<xen:option name="wrap" selected="{$notice.wrap}" label="{xen:phrase add_notice_content_wrapper}"
hint="{xen:phrase add_notice_content_wrapper_explain}" />
 
Top Bottom