diff options
-rw-r--r-- | nova/openstack/common/gettextutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/openstack/common/gettextutils.py b/nova/openstack/common/gettextutils.py index d52309e62..b9993b491 100644 --- a/nova/openstack/common/gettextutils.py +++ b/nova/openstack/common/gettextutils.py @@ -26,7 +26,7 @@ Usual usage in an openstack.common module: import gettext -t = gettext.translation('openstack-common', 'locale', fallback=True) +t = gettext.translation('nova', 'locale', fallback=True) def _(msg): |