From 15524b899befd0d4101e6b93a531925dddea05a6 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 13 Mar 2014 02:48:40 +0900 Subject: [PATCH] Allow translator to control the word order (update extra spec) Change-Id: Ia7aeeef0e8cc957a9167cdfe89f12f3c327a52b8 Closes-Bug: #1291513 --- .../admin/flavors/templates/flavors/extras/_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html b/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html index 3468f0a2d4..b573714194 100644 --- a/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html +++ b/openstack_dashboard/dashboards/admin/flavors/templates/flavors/extras/_edit.html @@ -17,7 +17,7 @@

{% trans "Description" %}:

-

{% trans 'Update the "extra spec" value for' %} "{{ key }}"

+

{% blocktrans %}Update the "extra spec" value for "{{ key }}"{% endblocktrans %}

{% endblock %}