summaryrefslogtreecommitdiffstats
path: root/openstack/common/gettextutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/gettextutils.py')
-rw-r--r--openstack/common/gettextutils.py2
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):