Amaury
Well-known member
This isn't exactly a bug per se, but I'm reporting it more for aesthetic and (sort of) consistency reasons.
While it makes sense grammatically, it just sounds a bit weird to me. Warning Details sounds better and is consistent with Warning Points.
The phrase is details_of_warning. Although if this ends up being worthy of a fix, the phrase title should also be changed to warning_details. It's only used in the warning_info template, so it should only take about 10-15 seconds to change the phrase title, phrase text, and the phrase title in the template.
Like with everything else of this nature that I've reported, whether it was fixed or not, I know you can easily change phrases to your liking, but still.
While it makes sense grammatically, it just sounds a bit weird to me. Warning Details sounds better and is consistent with Warning Points.
The phrase is details_of_warning. Although if this ends up being worthy of a fix, the phrase title should also be changed to warning_details. It's only used in the warning_info template, so it should only take about 10-15 seconds to change the phrase title, phrase text, and the phrase title in the template.
Rich (BB code):
<dl class="ctrlUnit">
<dt>{xen:phrase details_of_warning}:</dt>
<dd>{$warning.title}
<xen:if is="{$warning.notes}"><div class="muted">{xen:helper bodytext, $warning.notes}</div></xen:if>
</dd>
</dl>
Like with everything else of this nature that I've reported, whether it was fixed or not, I know you can easily change phrases to your liking, but still.
Upvote
1