Comment 2 for bug 1220813

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

Reviewed: https://review.openstack.org/45081
Committed: http://github.com/openstack/cinder/commit/193ad7994d536f644d73849512b574d4f5ee7546
Submitter: Jenkins
Branch: master

commit 193ad7994d536f644d73849512b574d4f5ee7546
Author: Kun Huang <email address hidden>
Date: Thu Sep 5 00:36:48 2013 +0800

    fix inconsistent i18n log message

    An inconsistent example:
        imessage = _("Invalid metadata") + ": %(reason)s"
    This is not consistent i18n usage. In most of cases, we use _() for
    whole string instead of leaving something out.

    More than inconsistent, some text in leaving strings may be not
    translated, for example, ':' in English is different ':' in Chinese.

    Change-Id: I00e690021c44f1debbe034cc0837a07b292ffd1b
    Closes-Bug: #1220813