diff options
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/gettextutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/gettextutils.py b/openstack/common/gettextutils.py index 235350c..1e66538 100644 --- a/openstack/common/gettextutils.py +++ b/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('oslo', 'locale', fallback=True) def _(msg): |
