diff --git a/saharaclient/openstack/common/_i18n.py b/saharaclient/openstack/common/_i18n.py index 77da5758..ff3f7ff5 100644 --- a/saharaclient/openstack/common/_i18n.py +++ b/saharaclient/openstack/common/_i18n.py @@ -40,6 +40,6 @@ try: _LC = _translators.log_critical except ImportError: # NOTE(dims): Support for cases where a project wants to use - # code from saharaclient-incubator, but is not ready to be internationalized + # code from oslo-incubator, but is not ready to be internationalized # (like tempest) _ = _LI = _LW = _LE = _LC = lambda x: x