]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
fix inconsistent i18n log message
authorKun Huang <gareth@unitedstack.com>
Wed, 4 Sep 2013 16:36:48 +0000 (00:36 +0800)
committerKun Huang <gareth@unitedstack.com>
Wed, 4 Sep 2013 16:59:26 +0000 (00:59 +0800)
commit193ad7994d536f644d73849512b574d4f5ee7546
treecf63cfe683ed79d442291960f8208669463c4965
parent5319a2e6176640773e701835ac998c8d47817505
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
cinder/exception.py