yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23268
[Bug 1366481] Re: Concatenation needs to be avoided in Volume Type Extra Spec form
** Changed in: horizon
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1366481
Title:
Concatenation needs to be avoided in Volume Type Extra Spec form
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
dashboards/admin/volumes/templates/volumes/volume_types/extras/_edit.html:20
<p>{% trans 'Update the "extra spec" value for' %} "{{ key
}}"</p>
String concatenation is used and translators cannot control the word
order.
It should be:
<p>{% blocktrans with key=key %}Update the "extra spec" value for
"{{ key }}"{% endblocktrans %}</p>
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1366481/+subscriptions
References