Allow translator to control the word order (update extra spec)

Change-Id: Ia7aeeef0e8cc957a9167cdfe89f12f3c327a52b8
Closes-Bug: #1291513
This commit is contained in:
Akihiro Motoki 2014-03-13 02:48:40 +09:00
parent 17e1cffdbe
commit 15524b899b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</div>
<div class="right">
<h3>{% trans "Description" %}:</h3>
<p>{% trans 'Update the "extra spec" value for' %} &quot;{{ key }}&quot;</p>
<p>{% blocktrans %}Update the "extra spec" value for &quot;{{ key }}&quot;{% endblocktrans %}</p>
</div>
{% endblock %}