Comment 1 for bug 1444135

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

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

commit 472bf6789653a2ec4562b0f59fb59f0a7b9df7f5
Author: Doug Fish <email address hidden>
Date: Tue Apr 14 15:52:44 2015 -0500

    Remove concatenation in csv file

    The download CSV summary file from both the Admin and Project
    overview pages includes concatenation in its contents.
    The : needs to be included as part of the label so translators
    have control of spacing. Note that the commas are part of the
    CSV file format and should not be translated.

    Change-Id: I13137fda9b3e93edf97a7539044e791d04017ea7
    Closes-Bug: 1444135