Comment 3 for bug 1394573

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/136056
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=de20d7271aea8a3e47bd0afec2d3737035813701
Submitter: Jenkins
Branch: master

commit de20d7271aea8a3e47bd0afec2d3737035813701
Author: Doug Fish <email address hidden>
Date: Thu Nov 20 08:14:56 2014 -0600

    Create titles without concatenation

    Several panels use the template filter "add" to concatenate data
    and translatable text, for example
    title=_("Volume Details: ")|add:volume.name|default:_("Volume Details:")

    These need to be updated to use string formatting. This is needed
    because it's not clear when looking at the translations if any text
    follows the translatable segment. Dict based substitution has been
    used to further clarify the messages for translators.

    Change-Id: I54d07233d2003904468ef317c352126eb6bf5f70
    Closes-bug: #1394573