Merge "Allow translator to control word order in delete confirm dialog"

This commit is contained in:
Jenkins 2016-09-16 09:19:39 +00:00 committed by Gerrit Code Review
commit b8fc8b12e5

View File

@ -5,7 +5,9 @@
{% block template %}{% spaceless %}{% jstemplate %}
<div class="confirm-wrapper">
<span class="confirm-list">{% trans 'You have selected:' %} [[selection]]. </span>
<span class="confirm-list">
{% blocktrans %}You have selected: [[selection]]. {% endblocktrans %}
</span>
<span class="confirm-text">{% trans 'Please confirm your selection.'%} </span>
<span class="confirm-help">[[help]]</span>
</div>